review:【EP】【BPM 工作流】infra 相关功能的实现

This commit is contained in:
YunaiV
2025-05-14 23:34:32 +08:00
parent b6c54cbb66
commit 6fd1b18c31
12 changed files with 14 additions and 2 deletions

View File

@@ -52,6 +52,7 @@ async function onDelete(row: InfraConfigApi.Config) {
});
try {
await deleteConfig(row.id as number);
// TODO @puhui999close 是不是放在 finally 里面更好?
loadingInstance.close();
ElMessage.success($t('ui.actionMessage.deleteSuccess', [row.name]));
onRefresh();