This commit is contained in:
Teo
2025-09-09 14:45:43 +08:00
parent e3ff6020ac
commit f006ca5a2b
5 changed files with 265 additions and 40 deletions

View File

@ -1089,6 +1089,11 @@ const submitForm = () => {
proxy?.$modal.msgSuccess('操作成功');
dialog.visible = false;
await getList();
} catch (error) {
console.error('操作失败:', error);
proxy?.$modal.msgError('操作失败,请重试');
} finally {
buttonLoading.value = false;
}
});
};