소스 검색

修复bug

laiguoran 4 년 전
부모
커밋
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();
     })
 });