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; }