Browse Source

update: 解决合并问题

dlarmor 2 years ago
parent
commit
bedcd2205e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/infra/codegen/components/GenerateInfoForm.vue

+ 1 - 1
src/views/infra/codegen/components/GenerateInfoForm.vue

@@ -369,7 +369,7 @@ watch(
 )
 onMounted(async () => {
   try {
-    const resp = await MenuApi.listSimpleMenusApi()
+    const resp = await MenuApi.getSimpleMenusList()
     menus.value = handleTree(resp)
   } catch {}
 })