瀏覽代碼

用料预设修改

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 => {
       getEngineeringMaterialsResets(id).then(response => {
         this.loading = false;
         this.loading = false;
         this.form = response.data;
         this.form = response.data;
+        getEnginSpecificationsList(response.data.materId).then(res => this.enginSpecificationsList = res.data)
         this.form.areaId = this.form.areaId.split(",")
         this.form.areaId = this.form.areaId.split(",")
         this.open = true;
         this.open = true;
         this.title = "修改工程用料预设";
         this.title = "修改工程用料预设";
       });
       });
+
     },
     },
     /** 提交按钮 */
     /** 提交按钮 */
     submitForm() {
     submitForm() {