From 77a90900b2f960c0e8a879bf121f953d5089a12d Mon Sep 17 00:00:00 2001
From: 田源 <lastanimals@163.com>
Date: 星期五, 08 三月 2024 10:15:47 +0800
Subject: [PATCH] 产品主数据手动同步&接口基本信息 集团码 编辑信息未同步 内容类型选择无有效值

---
 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