|
@@ -233,7 +233,8 @@ const getSearchTreeData=async()=>{
|
|
const {error, code, data} = await queryApi.getTreeall({
|
|
const {error, code, data} = await queryApi.getTreeall({
|
|
contractId: contractId.value,
|
|
contractId: contractId.value,
|
|
projectId: projectId.value,
|
|
projectId: projectId.value,
|
|
- wbsId:projectInfo?.value.referenceWbsTemplateId
|
|
|
|
|
|
+ wbsId:projectInfo?.value.referenceWbsTemplateId,
|
|
|
|
+ type:1
|
|
})
|
|
})
|
|
//判断状态
|
|
//判断状态
|
|
if (!error && code === 200) {
|
|
if (!error && code === 200) {
|