修复取消控制台报错

Signed-off-by: 梁剑锋 <1822213252@qq.com>
This commit is contained in:
梁剑锋 2022-08-23 07:49:39 +00:00 committed by Gitee
parent e104f0cce5
commit ef58e23a40
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -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}序号 */