|
@@ -600,6 +600,7 @@
|
|
<ConstructionDetails
|
|
<ConstructionDetails
|
|
ref="ConstructionDetails"
|
|
ref="ConstructionDetails"
|
|
:currentCollapses="currentCollapses"
|
|
:currentCollapses="currentCollapses"
|
|
|
|
+ :allPicUrl="allPicUrl"
|
|
:type="nodeDetailType"
|
|
:type="nodeDetailType"
|
|
@updateNodeOption="updateNodeOption"
|
|
@updateNodeOption="updateNodeOption"
|
|
@checkWorking="checkWorking"
|
|
@checkWorking="checkWorking"
|
|
@@ -934,6 +935,7 @@ export default {
|
|
nodeDetailType: null,
|
|
nodeDetailType: null,
|
|
enginClassification: null,
|
|
enginClassification: null,
|
|
currentCollapses: [],
|
|
currentCollapses: [],
|
|
|
|
+ allPicUrl: [],
|
|
enginId: undefined,
|
|
enginId: undefined,
|
|
checkingsVisible: false,
|
|
checkingsVisible: false,
|
|
engineeringGasOpeningShow: false,
|
|
engineeringGasOpeningShow: false,
|
|
@@ -1723,6 +1725,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.allPicUrl = res.data.allPicUrl
|
|
console.log("this.currentCollapses", this.currentCollapses)
|
|
console.log("this.currentCollapses", this.currentCollapses)
|
|
this.$refs.ConstructionDetails.setEngineId(res.data.zEngineeringNodeBo.id || null)
|
|
this.$refs.ConstructionDetails.setEngineId(res.data.zEngineeringNodeBo.id || null)
|
|
} catch (error) {
|
|
} catch (error) {
|