qx
qx
2025-03-21 60777e48cec0e43daec87c7a52b312353d49ed8c
qx
1个文件已修改
2 ■■■ 已修改文件
src/views/reservation/resercopy/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | 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",