|
@@ -384,9 +384,9 @@ const getPlanByProjectId = async ()=>{
|
|
|
console.log(res, '详情')
|
|
|
const { constructUnit, buildUnit, supervisorUnit } = res
|
|
|
detailData.value = res
|
|
|
- constructionData.value = getArrValue(constructUnit)
|
|
|
- buildData.value = getArrValue(buildUnit)
|
|
|
- supervisorUnitData.value = getArrValue(supervisorUnit)
|
|
|
+ constructionData.value = getObjValue(constructUnit)
|
|
|
+ buildData.value = getObjValue(buildUnit)
|
|
|
+ supervisorUnitData.value = getObjValue(supervisorUnit)
|
|
|
tabKey.value = 'construction'
|
|
|
radioType.value = 1
|
|
|
// milestoneData.value=getArrValue(data)
|