fix 修复代码生成 删除按钮报错 loading 不取消问题

This commit is contained in:
疯狂的狮子li 2021-08-13 14:07:32 +08:00
parent 652a39b11c
commit a5a71bf505
2 changed files with 6 additions and 2 deletions

View File

@ -505,7 +505,9 @@ export default {
this.loading = false;
this.getList();
this.msgSuccess("删除成功");
}).catch(() => {});
}).finally(() => {
this.loading = false;
});
}
}
};

View File

@ -562,7 +562,9 @@ export default {
this.loading = false;
this.getList();
this.msgSuccess("删除成功");
}).catch(() => {});
}).finally(() => {
this.loading = false;
});
},
#if($table.sub)
/** ${subTable.functionName}序号 */