|
@@ -432,6 +432,7 @@
|
|
<ConstructionDetails
|
|
<ConstructionDetails
|
|
ref="ConstructionDetails"
|
|
ref="ConstructionDetails"
|
|
:currentCollapses="currentCollapses"
|
|
:currentCollapses="currentCollapses"
|
|
|
|
+ :zEngineeringNodeBo="zEngineeringNodeBo"
|
|
:type="nodeDetailType"
|
|
:type="nodeDetailType"
|
|
@updateNodeOption="updateNodeOption"
|
|
@updateNodeOption="updateNodeOption"
|
|
@checkWorking="checkWorking"
|
|
@checkWorking="checkWorking"
|
|
@@ -858,6 +859,7 @@ export default {
|
|
completionStatus: undefined,
|
|
completionStatus: undefined,
|
|
enginClassification: undefined,
|
|
enginClassification: undefined,
|
|
imgUrl: undefined,
|
|
imgUrl: undefined,
|
|
|
|
+ zEngineeringNodeBo:{},
|
|
zEngineeringNodeBoList: {
|
|
zEngineeringNodeBoList: {
|
|
type: undefined,
|
|
type: undefined,
|
|
zEngineeringInfoBo: {
|
|
zEngineeringInfoBo: {
|
|
@@ -1078,6 +1080,7 @@ export default {
|
|
try {
|
|
try {
|
|
this.updateParams = res.data
|
|
this.updateParams = res.data
|
|
this.currentCollapses = res.data.zEngineeringNodeBo.zEngineeringInfoBoList
|
|
this.currentCollapses = res.data.zEngineeringNodeBo.zEngineeringInfoBoList
|
|
|
|
+ this.zEngineeringNodeBo=res.data.zEngineeringNodeBo
|
|
} catch (error) {
|
|
} catch (error) {
|
|
this.currentCollapses = [];
|
|
this.currentCollapses = [];
|
|
}
|
|
}
|