From 0541af5abbf9809bdb8f0d9ed87a323e9c9b6dff Mon Sep 17 00:00:00 2001 From: 疯狂的狮子Li <15040126243@163.com> Date: 星期四, 14 十二月 2023 00:35:00 +0800 Subject: [PATCH] fix 修复 部分问题 --- src/views/tool/gen/genInfoForm.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/tool/gen/genInfoForm.vue b/src/views/tool/gen/genInfoForm.vue index 84e1d90..ad8fd5e 100644 --- a/src/views/tool/gen/genInfoForm.vue +++ b/src/views/tool/gen/genInfoForm.vue @@ -233,7 +233,7 @@ const subColumns = ref<any>([]); const menuOptions = ref<Array<MenuOptionsType>>([]); -const { proxy } = getCurrentInstance() as ComponentInternalInstance; +const { proxy } = getCurrentInstance(); const props = defineProps({ info: propTypes.any.def(null), -- Gitblit v1.9.3