浏览代码

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

ellisran 1 年之前
父节点
当前提交
1c8eb1951c
共有 1 个文件被更改,包括 4 次插入4 次删除
  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);