@@ -504,6 +504,7 @@ export default {
this.loading = false;
this.getList();
this.#[[$modal]]#.msgSuccess("删除成功");
+ }).catch(() => {
}).finally(() => {
});
@@ -563,8 +563,8 @@ export default {
}).catch(() => {
- this.loading = false;
- });
+ this.loading = false;
+ });
},
#if($table.sub)
/** ${subTable.functionName}序号 */
@@ -487,6 +487,7 @@ function handleDelete(row) {
loading.value = false;
getList();
proxy.#[[$modal]]#.msgSuccess("删除成功");
@@ -553,6 +553,7 @@ function handleDelete(row) {
loading.value = true;