田源
2023-12-06 5578f0d1faf6ff1c5fb10f9eea805fd0411d3c1b
Source/UBCS-WEB/src/components/MasterCrud/VciMasterCrud.vue
@@ -580,11 +580,11 @@
      }).then(res => {
        let reader = new FileReader();
        reader.readAsText(res.data)
        reader.onload =  (result) =>{
        reader.onload = (result) => {
          try {
            let resData = JSON.parse(result.target.result);  // 解析对象成功
            if (!resData.success) {
              console.log("resData",resData)
              console.log("resData", resData)
              this.$message.error(resData.msg);
              this.isLoading = false;
            }