Browse Source

修复bug

laiguoran 4 years ago
parent
commit
94013f5469
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/public/js/measure_material.js

+ 1 - 0
app/public/js/measure_material.js

@@ -244,5 +244,6 @@ $(function () {
             return false;
         }
         $(this).text('添加中,请稍后...');
+        $(this).parents('form').submit();
     })
 });