|
@@ -224,6 +224,7 @@
|
|
<ConstructionDetails
|
|
<ConstructionDetails
|
|
ref="ConstructionDetails"
|
|
ref="ConstructionDetails"
|
|
:currentCollapses="currentCollapses"
|
|
:currentCollapses="currentCollapses"
|
|
|
|
+ :zEngineeringNodeBo="zEngineeringNodeBo"
|
|
:type="nodeDetailType"
|
|
:type="nodeDetailType"
|
|
:status="status"
|
|
:status="status"
|
|
@updateNodeOption="updateNodeOption"
|
|
@updateNodeOption="updateNodeOption"
|
|
@@ -685,7 +686,10 @@ export default {
|
|
enginId:null,
|
|
enginId:null,
|
|
updateParams:{},
|
|
updateParams:{},
|
|
status:null,
|
|
status:null,
|
|
- createTime:''
|
|
|
|
|
|
+ createTime:'',
|
|
|
|
+ zEngineeringNodeBo:{
|
|
|
|
+
|
|
|
|
+ },
|
|
|
|
|
|
};
|
|
};
|
|
},
|
|
},
|
|
@@ -746,12 +750,14 @@ export default {
|
|
})
|
|
})
|
|
setTimeout(() => {
|
|
setTimeout(() => {
|
|
console.log('___',checkingParams)
|
|
console.log('___',checkingParams)
|
|
|
|
+ this.zEngineeringNodeBo = e
|
|
this.currentId = e.id
|
|
this.currentId = e.id
|
|
this.status = 'read-only'
|
|
this.status = 'read-only'
|
|
this.$refs.ConstructionDetails.open(checkingParams,_,type)
|
|
this.$refs.ConstructionDetails.open(checkingParams,_,type)
|
|
})
|
|
})
|
|
})
|
|
})
|
|
} else{
|
|
} else{
|
|
|
|
+ this.zEngineeringNodeBo = e
|
|
this.currentId = e.id
|
|
this.currentId = e.id
|
|
this.$refs.ConstructionDetails.open(params,_,type)
|
|
this.$refs.ConstructionDetails.open(params,_,type)
|
|
this.status = 'read-only'
|
|
this.status = 'read-only'
|