From 0590498939b2a473ebc4da47868a0c0157a707c5 Mon Sep 17 00:00:00 2001 From: 田源 <lastanimals@163.com> Date: 星期三, 21 二月 2024 10:23:54 +0800 Subject: [PATCH] 手动同步失败事件 --- Source/UBCS-WEB/src/components/MasterCrud/VciMasterCrud.vue | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/Source/UBCS-WEB/src/components/MasterCrud/VciMasterCrud.vue b/Source/UBCS-WEB/src/components/MasterCrud/VciMasterCrud.vue index 2f1440b..06b441e 100644 --- a/Source/UBCS-WEB/src/components/MasterCrud/VciMasterCrud.vue +++ b/Source/UBCS-WEB/src/components/MasterCrud/VciMasterCrud.vue @@ -629,6 +629,10 @@ this.syncLoading = false; this.syncDialogBox = false; this.SyncValue = ""; + }else { + this.syncLoading = false; + this.syncDialogBox = false; + this.SyncValue = ""; } } else { this.$message.warning('璇烽�夋嫨鏈�鍚庢洿鏂版椂闂达紒') -- Gitblit v1.9.3