Browse Source

优化变更清单和台账变化判断

ellisran 1 year ago
parent
commit
1c8eb1951c
1 changed files with 4 additions and 4 deletions
  1. 4 4
      app/public/js/change_information_set.js

+ 4 - 4
app/public/js/change_information_set.js

@@ -2140,10 +2140,10 @@ function tableDataRemake(changeListData) {
             }
         }
         if(updateList.length > 0) {
-            console.log(updateList);
-            // postData(window.location.pathname + '/save', { type:'update_list', updateData: updateList }, function (result) {
-            // }, function () {
-            // });
+            // console.log(updateList);
+            postData(window.location.pathname + '/save', { type:'update_list', updateData: updateList }, function (result) {
+            }, function () {
+            });
         }
         if(removeList.length > 0) {
             _.pullAll(changeList, removeList);