|
@@ -791,13 +791,13 @@ export default {
|
|
|
this.zEngineeringNodeBo = e
|
|
|
this.currentId = e.id
|
|
|
this.status = 'read-only'
|
|
|
- this.$refs.ConstructionDetails.open(checkingParams,_,type)
|
|
|
+ this.$refs.ConstructionDetails.open(params,_,type,'基建',null,this.zEngineeringNodeBo.enginClassification,this.zEngineeringNodeBo.enginType)
|
|
|
})
|
|
|
})
|
|
|
} else{
|
|
|
this.zEngineeringNodeBo = e
|
|
|
this.currentId = e.id
|
|
|
- this.$refs.ConstructionDetails.open(params,_,type)
|
|
|
+ this.$refs.ConstructionDetails.open(params,_,type,'基建',null,this.zEngineeringNodeBo.enginClassification,this.zEngineeringNodeBo.enginType)
|
|
|
this.status = 'read-only'
|
|
|
}
|
|
|
},
|