Преглед изворни кода

修复台账模式下变更令重复清单检测bug

ellisran пре 1 недеља
родитељ
комит
76330ceeb4
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      app/public/js/change_information.js

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

@@ -5577,6 +5577,7 @@ $(document).ready(() => {
                     postData(window.location.pathname + '/save', { type:'changeOrder', postData: updateOrderList }, function (result) {
                     });
                 }
+                changeSpreadObj.reloadSheet(newChangeList);
                 firstLoad = false;
             }
             if (readOnly) {