1
This commit is contained in:
@ -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;
|
||||
}
|
||||
});
|
||||
};
|
||||
|
Reference in New Issue
Block a user