mirror of
https://github.com/continew-org/continew-admin-ui.git
synced 2025-09-12 06:57:11 +08:00
fix: 修复新增菜单时,由于 parentId 传值错误导致的报错
This commit is contained in:
@@ -92,7 +92,6 @@ const isGridView = ref(false)
|
||||
|
||||
const iconList: string[] = []
|
||||
for (const path in SvgIconModules) {
|
||||
console.log(path)
|
||||
const name = path.replace('/src/assets/icons/', '').replace('.svg', '')
|
||||
iconList.push(name)
|
||||
}
|
||||
|
Reference in New Issue
Block a user