From a3cd25feaee5c4c10fd767227d00f15356fd0d85 Mon Sep 17 00:00:00 2001 From: 田源 <lastanimals@163.com> Date: 星期三, 21 二月 2024 09:24:40 +0800 Subject: [PATCH] 手动同步修改参数名 --- Source/UBCS-WEB/src/components/MasterCrud/VciMasterCrud.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Source/UBCS-WEB/src/components/MasterCrud/VciMasterCrud.vue b/Source/UBCS-WEB/src/components/MasterCrud/VciMasterCrud.vue index 7b9018a..2f1440b 100644 --- a/Source/UBCS-WEB/src/components/MasterCrud/VciMasterCrud.vue +++ b/Source/UBCS-WEB/src/components/MasterCrud/VciMasterCrud.vue @@ -623,7 +623,7 @@ async submitSync() { if (this.SyncValue) { this.syncLoading = true; - const response = await syncSearch({enDate: this.SyncValue}) + const response = await syncSearch({endDate: this.SyncValue}) if (response.status === 200) { this.$message.success('鍚屾鎴愬姛锛�') this.syncLoading = false; -- Gitblit v1.9.3