Ver código fonte

初始化 重置刷新Echarts

wangzhe 11 meses atrás
pai
commit
529096ac45

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