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

2.X
疯狂的狮子Li 2023-12-24 19:52:45 +08:00
parent 927c39be5c
commit 738a6e75ea
1 changed files with 1 additions and 1 deletions

View File

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