|
@@ -98,8 +98,9 @@ watch(() => [
|
|
|
props.tenantId,
|
|
|
props.idPrefix,
|
|
|
props.wbsType,
|
|
|
- props.fromType
|
|
|
-], ([expandKeys, UserProjectId, UserContractId, UserWbsTempId, UserTenantId, UserIdPrefix, wbs_type,fromType]) => {
|
|
|
+ props.fromType,
|
|
|
+ props.MixRatioTestTreeData
|
|
|
+], ([expandKeys, UserProjectId, UserContractId, UserWbsTempId, UserTenantId, UserIdPrefix, wbs_type,fromType,MixRatioTest_treeData]) => {
|
|
|
TreeExpandKey.value = expandKeys
|
|
|
projectId.value = UserProjectId
|
|
|
contractId.value = UserContractId
|
|
@@ -108,6 +109,7 @@ watch(() => [
|
|
|
idPrefix.value = UserIdPrefix
|
|
|
wbsType.value = wbs_type
|
|
|
fromTypedata.value=fromType
|
|
|
+ treedata.value=MixRatioTest_treeData
|
|
|
})
|
|
|
|
|
|
//事件
|