|
@@ -269,7 +269,6 @@ const nodeDataInfo = ref({})
|
|
|
const wbsElTreeClick = ({data, keys}) => {
|
|
|
nodeDataInfo.value = data
|
|
|
primaryKeyId.value = data['primaryKeyId'] || ''
|
|
|
- console.log(data,'data');
|
|
|
setStoreData('testTreeItem',data)
|
|
|
//缓存自动展开
|
|
|
treeAutoExpandKeys.value = keys
|