Browse Source

update: 解决合并问题

dlarmor 2 năm trước cách đây
mục cha
commit
bedcd2205e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 {}
 })