From 02611cd19ef961dedee41f74eb3df13b002993aa Mon Sep 17 00:00:00 2001 From: ludc Date: 星期二, 19 十二月 2023 17:57:11 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- Source/UBCS-WEB/src/components/MasterCrud/VciMasterCrud.vue | 5 ----- 1 files changed, 0 insertions(+), 5 deletions(-) diff --git a/Source/UBCS-WEB/src/components/MasterCrud/VciMasterCrud.vue b/Source/UBCS-WEB/src/components/MasterCrud/VciMasterCrud.vue index 420cd25..6abed72 100644 --- a/Source/UBCS-WEB/src/components/MasterCrud/VciMasterCrud.vue +++ b/Source/UBCS-WEB/src/components/MasterCrud/VciMasterCrud.vue @@ -283,7 +283,6 @@ btmtype: '', code: "", type: '', - // this.visibleDeactivate ?'ENABLE':this.visibleEnable ? 'DISABLE' :this.visibleRecovery ? 'ROLLBACK' :'PUBLIC' processName: "", vars: { codeClassifyOid: "", @@ -394,7 +393,6 @@ }, tableDataArray: { handler(newval, oldval) { - // console.log('tableData',newval) this.tableData = newval; this.searchResults = newval this.doLayout(); @@ -411,7 +409,6 @@ }, tableHeadFindData: { handler(newval, oldval) { - // console.log(newval) newval.forEach((record, _index) => { if (record.queryField == 'id' && validatenull(record.templet)) { //浼佷笟缂栫爜鐨勯粯璁ゆ坊鍔犺秴閾炬帴,鏆傛湭瀹炵幇 @@ -429,7 +426,6 @@ if (_index == 0) { this.keyWordFind = record.queryField; - //console.log(record) } }) this.tableHeadFindDatas = newval; @@ -1055,7 +1051,6 @@ }, //澧炲姞淇濆瓨 AddSumbit(val) { - // console.log('val',val) if (func.notEmpty(val.ts)) { val.ts = func.formattedDateTime(val.ts); //console.log(val.ts); -- Gitblit v1.9.3