Browse Source

项目节缓存相关

MaiXinRong 3 years ago
parent
commit
069ec106d8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/public/js/budget_detail.js

+ 1 - 1
app/public/js/budget_detail.js

@@ -666,7 +666,7 @@ $(document).ready(() => {
             readOnly: true,
             readOnly: true,
         },
         },
         cellDoubleClick: !readOnly ? stdLibCellDoubleClick : null,
         cellDoubleClick: !readOnly ? stdLibCellDoubleClick : null,
-        page: 'budget',
+        page: 'budget' + window.location.pathname.split('/')[3],
         tid: window.location.pathname.split('/')[2],
         tid: window.location.pathname.split('/')[2],
     };
     };
     const stdGclSetting = {
     const stdGclSetting = {