From a9b01d5e2433a1afdd9683d92ccb2f7f3b1cc9a0 Mon Sep 17 00:00:00 2001 From: ludc Date: 星期四, 25 四月 2024 17:17:13 +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