田源
2024-02-21 0590498939b2a473ebc4da47868a0c0157a707c5
Source/UBCS-WEB/src/components/MasterCrud/VciMasterCrud.vue
@@ -623,12 +623,16 @@
    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;
          this.syncDialogBox = false;
          this.SyncValue = "";
        }else {
          this.syncLoading = false;
          this.syncDialogBox = false;
          this.SyncValue = "";
        }
      } else {
        this.$message.warning('请选择最后更新时间!')