From bedcd2205eb1c3cb9cbb4ff6fe73adedf14156ad Mon Sep 17 00:00:00 2001 From: dlarmor <121919810@qq.com> Date: Mon, 27 Mar 2023 14:18:35 +0800 Subject: [PATCH] =?UTF-8?q?update:=20=E8=A7=A3=E5=86=B3=E5=90=88=E5=B9=B6?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/infra/codegen/components/GenerateInfoForm.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/infra/codegen/components/GenerateInfoForm.vue b/src/views/infra/codegen/components/GenerateInfoForm.vue index 9a64c800..92bac8dd 100644 --- a/src/views/infra/codegen/components/GenerateInfoForm.vue +++ b/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 {} })