Browse Source

初始化 重置刷新Echarts

wangzhe 11 months ago
parent
commit
529096ac45
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/views/zdsz/enginee/industry/industry_statistics/index.vue

+ 2 - 0
src/views/zdsz/enginee/industry/industry_statistics/index.vue

@@ -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 === '')