diff --git a/src/views/sound/function/trend/index.vue b/src/views/sound/function/trend/index.vue index 91347d7..abe9791 100644 --- a/src/views/sound/function/trend/index.vue +++ b/src/views/sound/function/trend/index.vue @@ -23,12 +23,12 @@ - + @@ -86,8 +86,8 @@ return { queryParams: { yearList: ["2021"], - areaList: [], - placeList: ['广西大学'], // 测点名称 + areaList: ['南宁市'], + placeList: [], // 测点名称 quarterList: [], // 季度 regionLevel: '市级', // 区域等级 xco: '年度' ,// 横坐标 @@ -187,6 +187,7 @@ value: item.dictDataName, }; }); + this.areaOptions.unshift({ label: '所有县', value: '所有县'}) }) }, // 测点名称下拉列表