|
@@ -329,6 +329,7 @@ const getContractInfoTreeApi = async () => {
|
|
|
if (!error && code === 200) {
|
|
|
unmatchedTreeData.value = getArrValue(data['treeContractAll'])
|
|
|
defaultCheckarrIds.value=getArrValue(data['isSelectedStatus'])
|
|
|
+ checkrelationId.value=getArrValue(data['isSelectedStatus'])
|
|
|
} else {
|
|
|
unmatchedTreeData.value = []
|
|
|
}
|