|
@@ -680,7 +680,7 @@ $(document).ready(() => {
|
|
|
postData(window.location.pathname + '/update', {postType: 'update', postData: datas}, function (result) {
|
|
|
const refreshNode = sheet.zh_tree.loadPostData(result);
|
|
|
billsTreeSpreadObj.refreshTree(sheet, refreshNode);
|
|
|
- treeOperationObj.loadExprToInput(sheet);
|
|
|
+ billsTreeSpreadObj.loadExprToInput(sheet);
|
|
|
});
|
|
|
}
|
|
|
},
|
|
@@ -1311,7 +1311,7 @@ $(document).ready(() => {
|
|
|
* @param sheet
|
|
|
*/
|
|
|
deletePress: function (sheet) {
|
|
|
- if (!sheet.zh_settting) return;
|
|
|
+ if (!sheet.zh_setting) return;
|
|
|
|
|
|
const sortData = sheet.zh_data;
|
|
|
const datas = [], posSelects = [];
|