fix
This commit is contained in:
@@ -22,6 +22,7 @@ const emit = defineEmits([
|
||||
'update:selectItem',
|
||||
'versionRestore',
|
||||
'versionDelete',
|
||||
'selectNode'
|
||||
])
|
||||
let data = reactive({
|
||||
})
|
||||
@@ -75,6 +76,7 @@ const setSelectItem = (item)=>{
|
||||
console.log(item)
|
||||
projectStore.setProject({nodeId: item.id})
|
||||
emit('update:selectItem', {...item})
|
||||
emit('selectNode')
|
||||
}
|
||||
|
||||
// 滚动到选中项
|
||||
|
||||
Reference in New Issue
Block a user