浏览代码

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

luzhixia 1 月之前
父节点
当前提交
7dc0255d65
共有 1 个文件被更改,包括 1 次插入1 次删除
  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)