This commit is contained in:
zh
2025-09-25 16:34:21 +08:00
parent 7b83062b90
commit 8a2c0b42ef
5 changed files with 18 additions and 15 deletions

View File

@ -243,7 +243,7 @@ const toggleExpand = (row: any) => {
}
const addType = ref('')
const handleTypeClick = (row: TypeNode) => {
const handleTypeClick = (row: any) => {
getModelListByType(row.id)
currentTypeId.value = row.$treeNodeId
}