From 2be0ef348c881796d66e112463f62be5ef374527 Mon Sep 17 00:00:00 2001 From: ludc Date: 星期二, 14 十一月 2023 11:46:08 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- Source/UBCS-WEB/src/components/MasterCrud/VciMasterCrud.vue | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/Source/UBCS-WEB/src/components/MasterCrud/VciMasterCrud.vue b/Source/UBCS-WEB/src/components/MasterCrud/VciMasterCrud.vue index 6baddfc..77ae0da 100644 --- a/Source/UBCS-WEB/src/components/MasterCrud/VciMasterCrud.vue +++ b/Source/UBCS-WEB/src/components/MasterCrud/VciMasterCrud.vue @@ -512,7 +512,6 @@ console.log('2') }, addSaveHandler(){ - this.$nextTick(() => { this.addvisible = true; }); @@ -877,7 +876,7 @@ }, //澧炲姞淇濆瓨 AddSumbit(val) { - console.log('val',val) + // console.log('val',val) if(func.notEmpty(val.ts)) { val.ts = func.formattedDateTime(val.ts); //console.log(val.ts); -- Gitblit v1.9.3