fix 修复 idea 误报类型异常问题

This commit is contained in:
疯狂的狮子Li
2025-03-07 14:15:23 +08:00
parent f6400f3cbe
commit 6d290785ef
15 changed files with 22 additions and 22 deletions

View File

@ -70,7 +70,7 @@
<el-tree-select
v-model="infoForm.parentMenuId"
:data="menuOptions"
:props="{ value: 'menuId', label: 'menuName', children: 'children' }"
:props="{ value: 'menuId', label: 'menuName', children: 'children' } as any"
value-key="menuId"
node-key="menuId"
placeholder="选择上级菜单"