瀏覽代碼

修复bug

laiguoran 3 年之前
父節點
當前提交
94013f5469
共有 1 個文件被更改,包括 1 次插入0 次删除
  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();
     })
 });