|
@@ -547,6 +547,7 @@
|
|
|
{
|
|
|
getEnginMaterialQualityList().then(res=>{
|
|
|
this.EnginMaterialQualityList=res.data
|
|
|
+ this.getList();
|
|
|
})
|
|
|
},
|
|
|
getEnginSpecificationsList(materId)
|
|
@@ -582,6 +583,7 @@
|
|
|
this.AreaCompletionInformationList=[]
|
|
|
this.tableData=[]
|
|
|
//this.handleQuery();
|
|
|
+ this.getList();
|
|
|
},
|
|
|
getAreaList(district) {
|
|
|
if (district === undefined || district == null || district === '')
|