From b3123380397990c9a82710dad430f87fb97b4b8f Mon Sep 17 00:00:00 2001
From: ludc
Date: 星期一, 15 四月 2024 11:51:39 +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.10.0