Pārlūkot izejas kodu

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

luzhixia 1 mēnesi atpakaļ
vecāks
revīzija
7dc0255d65
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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)