|
@@ -556,8 +556,7 @@
|
|
putEngineeEngineeIndustry(id).then(response => {
|
|
putEngineeEngineeIndustry(id).then(response => {
|
|
this.loading = false;
|
|
this.loading = false;
|
|
this.form = response.data;
|
|
this.form = response.data;
|
|
- this.zEngineeringInfoBo.zEngineeringInfoBo =response.data.zengineeringNodeBo[0].zEngineeringInfoBoList[0]
|
|
|
|
- console.log(this.zEngineeringInfoBo.zEngineeringInfoBo)
|
|
|
|
|
|
+ this.zEngineeringInfoBo =response.data.zengineeringNodeBo[0].zEngineeringInfoBoList[0]
|
|
this.open = true;
|
|
this.open = true;
|
|
this.title = "修改工程";
|
|
this.title = "修改工程";
|
|
});
|
|
});
|