diff --git a/gulpfile.js b/gulpfile.js index f7823fd..f53def0 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -227,7 +227,6 @@ async function core() { target: ['es2015'], sourcemap: true, outfile: 'dist/luckysheet.umd.js', - logLevel: 'error', }) } diff --git a/src/global/method.js b/src/global/method.js index e7ebad1..86756b7 100644 --- a/src/global/method.js +++ b/src/global/method.js @@ -183,12 +183,7 @@ const defaultConfig = { formulaContainSheetList:{}, cellTextToIndexList:{}, isFunctionRangeSave: false, - execvertex: {}, - execFunctionGroupData: null, - execFunctionExist: null, - formulaContainSheetList:{}, formulaContainCellList:{}, - cellTextToIndexList:{}, execFunctionGlobalData:{}, groupValuesRefreshData: [], functionResizeData: {}, diff --git a/src/locale/zh.js b/src/locale/zh.js index fda6791..856ef83 100644 --- a/src/locale/zh.js +++ b/src/locale/zh.js @@ -9544,7 +9544,6 @@ export default { filterValueByTip:"按照值进行筛选", filterConform:"确 认", filterCancel:"取 消", - clearFilter:"清除筛选", conditionNone:"无", conditionCellIsNull:"单元格为空", diff --git a/src/locale/zh_tw.js b/src/locale/zh_tw.js index 344c77c..92387bf 100644 --- a/src/locale/zh_tw.js +++ b/src/locale/zh_tw.js @@ -9537,7 +9537,6 @@ export default { filterValueByTip : "按照值進行篩選", filterConform : "確 認", filterCancel : "取 消", - clearFilter : "清除篩選", conditionNone : "無", conditionCellIsNull : "儲存格為空",