reactor:去除多余的 data.id as number

This commit is contained in:
YunaiV
2025-09-05 00:46:57 +08:00
parent a153a86142
commit 0bf1635090
130 changed files with 213 additions and 202 deletions

View File

@@ -53,7 +53,6 @@ async function onMaster(row: InfraFileConfigApi.FileConfig) {
});
try {
await updateFileConfigMaster(row.id as number);
loadingInstance.close();
ElMessage.success($t('ui.actionMessage.operationSuccess'));
onRefresh();
} catch {