Explorar o código

用料预设修改

qinhouyu hai 1 ano
pai
achega
22313f224f
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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() {