|
@@ -130,15 +130,15 @@
|
|
:default-expanded-keys="defaultExpanded" :load="ElTreeLoadNode" :props="processTreeProps"
|
|
:default-expanded-keys="defaultExpanded" :load="ElTreeLoadNode" :props="processTreeProps"
|
|
check-strictly
|
|
check-strictly
|
|
class="my-tree" lazy node-key="primaryKeyId"
|
|
class="my-tree" lazy node-key="primaryKeyId"
|
|
- show-checkbox
|
|
|
|
|
|
+ show-checkbox
|
|
/> -->
|
|
/> -->
|
|
- <HcLazyTree
|
|
|
|
|
|
+ <HcLazyTree
|
|
ref="processElTree"
|
|
ref="processElTree"
|
|
-
|
|
|
|
|
|
+
|
|
:h-props="processTreeProps"
|
|
:h-props="processTreeProps"
|
|
- :auto-expand-keys="defaultExpanded"
|
|
|
|
- check-strictly show-checkbox
|
|
|
|
- :default-checked-keys="defaultChecked"
|
|
|
|
|
|
+ :auto-expand-keys="defaultExpanded"
|
|
|
|
+ check-strictly show-checkbox
|
|
|
|
+ :default-checked-keys="defaultChecked"
|
|
@load="ElTreeLoadNode"
|
|
@load="ElTreeLoadNode"
|
|
/>
|
|
/>
|
|
</div>
|
|
</div>
|
|
@@ -488,7 +488,7 @@ const processNodeClick = () => {
|
|
let pathArr = []
|
|
let pathArr = []
|
|
let node = processElTree.value.treeRef.getNode(keys[index])
|
|
let node = processElTree.value.treeRef.getNode(keys[index])
|
|
getPathName(node, pathArr)
|
|
getPathName(node, pathArr)
|
|
-
|
|
|
|
|
|
+
|
|
linkTabIds.push({
|
|
linkTabIds.push({
|
|
path: pathArr.join('/'),
|
|
path: pathArr.join('/'),
|
|
primaryKeyId: keys[index],
|
|
primaryKeyId: keys[index],
|
|
@@ -613,7 +613,7 @@ const queryCurrentLogSelectProcessList = async (bid) => {
|
|
let linkTabIds = getArrValue(data)
|
|
let linkTabIds = getArrValue(data)
|
|
formLogDataList.value[formIndex]['linkTabIds'] = linkTabIds
|
|
formLogDataList.value[formIndex]['linkTabIds'] = linkTabIds
|
|
processDataList.value = linkTabIds
|
|
processDataList.value = linkTabIds
|
|
-
|
|
|
|
|
|
+
|
|
} else {
|
|
} else {
|
|
processDataList.value = []
|
|
processDataList.value = []
|
|
defaultChecked.value = []
|
|
defaultChecked.value = []
|