소스 검색

市政工程|工业工程

刘浩男 1 년 전
부모
커밋
d337634fd7
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      src/views/zdsz/engineeringIndustry/index.vue

+ 1 - 2
src/views/zdsz/engineeringIndustry/index.vue

@@ -556,8 +556,7 @@
             putEngineeEngineeIndustry(id).then(response => {
               this.loading = false;
               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.title = "修改工程";
             });