Browse Source

fix:修改企业端首页-修改图表查询条件

luzhixia 1 month ago
parent
commit
7dc0255d65
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/home/index.vue

+ 1 - 1
src/views/home/index.vue

@@ -842,7 +842,7 @@
         try {
           const params = {
             year: this.year,
-            region: this.areaCode,
+            region: this.areaCode[this.areaCode.length - 1],
           }
           const response = await getChartList(params)