修复关闭confirm提示框控制台报错问题

This commit is contained in:
RuoYi
2021-06-03 13:55:22 +08:00
parent 5ba3e031f2
commit d8d8758cfa
18 changed files with 25 additions and 25 deletions

View File

@@ -628,7 +628,7 @@ export default {
}).then(() => {
this.getList();
this.msgSuccess("删除成功");
})
}).catch(() => {});
},
/** 导出按钮操作 */
handleExport() {