浏览代码

初始化 重置刷新Echarts

wangzhe 11 月之前
父节点
当前提交
529096ac45
共有 1 个文件被更改,包括 2 次插入0 次删除
  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 === '')