|
@@ -340,6 +340,8 @@ onActivated(() => {
|
|
|
getUserDict()
|
|
|
gettaskTypeList()
|
|
|
if (dataType.value !== 'add') {
|
|
|
+ tabKey.value = 'construction'
|
|
|
+ radioType.value = 1
|
|
|
getPlanByProjectId()
|
|
|
}
|
|
|
})
|
|
@@ -364,8 +366,6 @@ const getPlanByProjectId = async ()=>{
|
|
|
constructionData.value = getObjValue(constructUnit)
|
|
|
buildData.value = getObjValue(buildUnit)
|
|
|
supervisorUnitData.value = getObjValue(supervisorUnit)
|
|
|
- tabKey.value = 'construction'
|
|
|
- radioType.value = 1
|
|
|
// milestoneData.value=getArrValue(data)
|
|
|
} else {
|
|
|
// milestoneData.value=[]
|