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