优化代码生成提交数据提示语

This commit is contained in:
数据小王子 2024-02-23 16:17:07 +08:00
parent 3f3f3d793a
commit 29ec129069

View File

@ -545,7 +545,7 @@ const submitForm = () => {
} else {
await add${BusinessName}(form.value).finally(() => (buttonLoading.value = false));
}
proxy?.#[[$modal]]#.msgSuccess('修改成功');
proxy?.#[[$modal]]#.msgSuccess('操作成功');
dialog.visible = false;
await getList();
}