谢杰标 há 3 anos atrás
pai
commit
95ffaafb87

+ 2 - 5
src/views/resource/bankManagement/testPaperManagement/wordPop.vue

@@ -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("导入成功");
             }