Explorar el Código

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

luzhixia hace 1 mes
padre
commit
7dc0255d65
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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)