From ffd62ce76d25601790a17d228fa81b0a2d78ca20 Mon Sep 17 00:00:00 2001 From: hey7845 Date: Tue, 4 Jan 2022 15:56:10 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=B0=E5=8C=BA=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/sound/function/trend/index.vue | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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: '所有县'}) }) }, // 测点名称下拉列表