合并
This commit is contained in:
@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user