Skip to content

Commit bedcd22

Browse files
committed
update: 解决合并问题
1 parent 0c71d0d commit bedcd22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/infra/codegen/components/GenerateInfoForm.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ watch(
369369
)
370370
onMounted(async () => {
371371
try {
372-
const resp = await MenuApi.listSimpleMenusApi()
372+
const resp = await MenuApi.getSimpleMenusList()
373373
menus.value = handleTree(resp)
374374
} catch {}
375375
})

0 commit comments

Comments
 (0)