mirror of
https://gitee.com/dromara/RuoYi-Vue-Plus.git
synced 2025-10-15 14:30:27 +00:00
update 优化 代码生成提交数据提示语
This commit is contained in:
@@ -439,7 +439,7 @@ const submitForm = () => {
|
|||||||
} else {
|
} else {
|
||||||
await add${BusinessName}(form.value).finally(() => buttonLoading.value = false);
|
await add${BusinessName}(form.value).finally(() => buttonLoading.value = false);
|
||||||
}
|
}
|
||||||
proxy?.#[[$modal]]#.msgSuccess("修改成功");
|
proxy?.#[[$modal]]#.msgSuccess("操作成功");
|
||||||
dialog.visible = false;
|
dialog.visible = false;
|
||||||
await getList();
|
await getList();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user