diff --git a/src/views/tool/gen/genInfoForm.vue b/src/views/tool/gen/genInfoForm.vue
index 9be8ef3..8aa8635 100644
--- a/src/views/tool/gen/genInfoForm.vue
+++ b/src/views/tool/gen/genInfoForm.vue
@@ -71,6 +71,22 @@
+
+
+
+ 表单布局
+
+
+
+
+
+
+
+
+
+
+
+
@@ -96,7 +112,6 @@
v-model="info.parentMenuId"
:data="menuOptions"
:props="{ value: 'menuId', label: 'menuName', children: 'children' }"
- value-key="menuId"
placeholder="请选择系统菜单"
check-strictly
/>