mirror of
https://gitee.com/dromara/RuoYi-Vue-Plus.git
synced 2026-09-20 10:13:28 +08:00
修复点击删除后再点取消控制台报错,并修改样式
Signed-off-by: 梁剑锋 <1822213252@qq.com>
This commit is contained in:
parent
ef58e23a40
commit
bd9d25efcd
@ -561,8 +561,8 @@ export default {
|
||||
this.loading = false;
|
||||
this.getList();
|
||||
this.#[[$modal]]#.msgSuccess("删除成功");
|
||||
}).catch(() => {})
|
||||
.finally(() => {
|
||||
}).catch(() => {
|
||||
}).finally(() => {
|
||||
this.loading = false;
|
||||
});
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user