소스 검색

用料预设修改

qinhouyu 1 년 전
부모
커밋
22313f224f
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      src/views/zdsz/engineeringMaterialsResets/index.vue

+ 2 - 0
src/views/zdsz/engineeringMaterialsResets/index.vue

@@ -313,10 +313,12 @@ export default {
       getEngineeringMaterialsResets(id).then(response => {
         this.loading = false;
         this.form = response.data;
+        getEnginSpecificationsList(response.data.materId).then(res => this.enginSpecificationsList = res.data)
         this.form.areaId = this.form.areaId.split(",")
         this.open = true;
         this.title = "修改工程用料预设";
       });
+
     },
     /** 提交按钮 */
     submitForm() {