src/views/reservation/resercopy/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/views/reservation/resercopy/index.vue
@@ -899,7 +899,7 @@ // this.$modal.msgError(response.msg); // this.$modal.msgError("人员"+ response.data.list + "信息错误"); const errorList = response.data.list.join(", "); this.$confirm(`${errorList}`, "以下人员信息有误,请核对后导入:", { this.$confirm(`${errorList}`, `${response.msg}`, { confirmButtonText: "确定", cancelButtonText: "取消", type: "error",