Pre Merge pull request !219 from 梁剑锋/dev

This commit is contained in:
梁剑锋 2022-08-23 08:15:14 +00:00 committed by Gitee
commit 856acc6b5f
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -561,6 +561,7 @@ export default {
this.loading = false; this.loading = false;
this.getList(); this.getList();
this.#[[$modal]]#.msgSuccess("删除成功"); this.#[[$modal]]#.msgSuccess("删除成功");
}).catch(() => {
}).finally(() => { }).finally(() => {
this.loading = false; this.loading = false;
}); });