|
@@ -568,13 +568,7 @@ export default {
|
|
|
constructUser: '', // 施工人
|
|
|
constructTime: '', // 施工时间
|
|
|
zEngiineeringPhotoBoList: [], // 图片列表
|
|
|
- zEngineeringMaterialBo: [ // 用料对象
|
|
|
- {
|
|
|
- materialQuality: '', // 用料材质
|
|
|
- specifications: '', // 用料规格
|
|
|
- number: '' // 用料数量
|
|
|
- },
|
|
|
- ],
|
|
|
+ zEngineeringMaterialBo: []
|
|
|
},
|
|
|
}
|
|
|
const id = row.id
|
|
@@ -686,7 +680,7 @@ export default {
|
|
|
console.log(res)
|
|
|
this.form = res.data
|
|
|
try {
|
|
|
- this.currentCollapses = res.data.zEngineeringNodeBoList[0].zEngineeringInfoBoList
|
|
|
+ this.currentCollapses = res.data.zEngineeringNodeBo.zEngineeringInfoBoList
|
|
|
} catch (error) {
|
|
|
this.currentCollapses = [];
|
|
|
}
|