|
@@ -144,11 +144,8 @@ export default {
|
|
|
if (res.code === 200) {
|
|
|
let { errorLog, list } = res.data;
|
|
|
if (errorLog) {
|
|
|
- this.$confirm(errorLog, "提示", {
|
|
|
- confirmButtonText: "确定",
|
|
|
- type: "error",
|
|
|
- showCancelButton: false,
|
|
|
- });
|
|
|
+ this.errorData = errorLog;
|
|
|
+ this.dialogERROR = true;
|
|
|
} else {
|
|
|
self.$message.success("导入成功");
|
|
|
}
|