From 43cddc89f27970eeadabf27fe915cc49c2d42216 Mon Sep 17 00:00:00 2001
From: ludc
Date: 星期日, 10 三月 2024 20:18:12 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 Source/UBCS-WEB/src/components/MasterCrud/VciMasterCrud.vue |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/Source/UBCS-WEB/src/components/MasterCrud/VciMasterCrud.vue b/Source/UBCS-WEB/src/components/MasterCrud/VciMasterCrud.vue
index ec0c505..3c63ed0 100644
--- a/Source/UBCS-WEB/src/components/MasterCrud/VciMasterCrud.vue
+++ b/Source/UBCS-WEB/src/components/MasterCrud/VciMasterCrud.vue
@@ -624,7 +624,8 @@
       if (this.SyncValue) {
         this.syncLoading = true;
         const response = await syncSearch({endDate: this.SyncValue})
-        if (response.status === 200) {
+        console.log('response',response)
+        if (response.data.code === 200) {
           this.$message.success('鍚屾鎴愬姛锛�')
           this.syncLoading = false;
           this.syncDialogBox = false;

--
Gitblit v1.9.3