田源
2024-02-21 a3cd25feaee5c4c10fd767227d00f15356fd0d85
手动同步修改参数名
已修改1个文件
2 ■■■ 文件已修改
Source/UBCS-WEB/src/components/MasterCrud/VciMasterCrud.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
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;