ludc
2024-04-18 8537a8d58b5a3750b57d76367ef51f086af271df
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;