修复代码生成父菜单选择无效,前端代码缺少字段,格式错误

This commit is contained in:
jueying
2022-10-31 17:13:05 +08:00
parent 3cee922e69
commit faea04546e
6 changed files with 227 additions and 221 deletions

View File

@ -150,7 +150,7 @@ defineExpose({
:props="menuProps"
:data="menuOptions"
check-strictly
@node-click="handleNodeClick"
@change="handleNodeClick"
/>
</template>
</Form>