Procházet zdrojové kódy

用料预设修改

qinhouyu před 1 rokem
rodič
revize
22313f224f

+ 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() {