src/views/tool/gen/genInfoForm.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/views/tool/gen/genInfoForm.vue
@@ -274,7 +274,6 @@ /** 查询菜单下拉树结构 */ const getMenuTreeselect = async () => { const res = await listMenu(); res.data.forEach((m) => (m.menuId = m.menuId.toString())); const data = proxy?.handleTree<MenuOptionsType>(res.data, 'menuId'); if (data) {