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