mirror of
https://gitee.com/dromara/RuoYi-Vue-Plus.git
synced 2026-09-20 18:15:56 +08:00
修复取消控制台报错
Signed-off-by: 梁剑锋 <1822213252@qq.com>
This commit is contained in:
parent
e104f0cce5
commit
ef58e23a40
@ -561,9 +561,10 @@ export default {
|
||||
this.loading = false;
|
||||
this.getList();
|
||||
this.#[[$modal]]#.msgSuccess("删除成功");
|
||||
}).finally(() => {
|
||||
this.loading = false;
|
||||
});
|
||||
}).catch(() => {})
|
||||
.finally(() => {
|
||||
this.loading = false;
|
||||
});
|
||||
},
|
||||
#if($table.sub)
|
||||
/** ${subTable.functionName}序号 */
|
||||
|
||||
Loading…
Reference in New Issue
Block a user