Browse Source

概算投资,记住上一次选择的项目节、工程量清单

MaiXinRong 3 years ago
parent
commit
65fa9244e2
1 changed files with 2 additions and 0 deletions
  1. 2 0
      app/public/js/budget_detail.js

+ 2 - 0
app/public/js/budget_detail.js

@@ -605,6 +605,7 @@ $(document).ready(() => {
         },
         cellDoubleClick: !readOnly ? stdLibCellDoubleClick : null,
         page: 'budget',
+        tid: window.location.pathname.split('/')[2],
     };
     const stdGclSetting = {
         selector: '#std-gcl',
@@ -636,6 +637,7 @@ $(document).ready(() => {
         },
         cellDoubleClick: !readOnly ? stdLibCellDoubleClick : null,
         page: 'budget',
+        tid: window.location.pathname.split('/')[2],
     };
     // 展开收起标准清单
     $('a', 'ul.right-nav').bind('click', function (e) {