This commit is contained in:
神仙都没用 2024-06-28 11:11:21 +08:00
parent e117cdde4f
commit 02fa9f7f44

View File

@ -320,7 +320,7 @@ const form = reactive({
//
const step = reactive({
loading: false,
value: "coding",
value: "start",
list: ["start", "enter", "form", "coding"],
async next() {
@ -482,7 +482,8 @@ const code = reactive({
await code.setContent("Controller 控制器", "node-controller", {
...serviceData,
...entityData,
service
service,
entity
});
code.tips("Controller 生成成功");