导入提示

This commit is contained in:
chc
2022-10-20 17:30:31 +08:00
parent a345586b25
commit dca8ee512f
2 changed files with 2 additions and 1 deletions

View File

@@ -525,6 +525,8 @@ export default {
if (res.success) {
this.stepList.map((item) => {
item.checked = false;
this.$Message.success("导入成功")
this.importModal = false
});
this.stepList[2].checked = true;