Browse Source

安全生产费,定位后,刷新当前节点附件列表

MaiXinRong 1 year ago
parent
commit
65cd04e802
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/public/js/payment_safe.js

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

@@ -767,6 +767,7 @@ $(document).ready(function() {
 
             const safeBills = billsObj.tree.nodes.find(x => { return x.safe_id === file.safe_id; });
             SpreadJsObj.locateTreeNode(billsObj.sheet, safeBills.tree_id, true);
+            this.refreshCurTable();
         }
         setTab(tab) {
             this.activeTab = tab;