From 35dcaa2824a6564a07597ae6fbd26a5c1b939f5c Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Mon, 12 May 2025 15:09:59 +0800
Subject: [PATCH] 个人工作台待办事项跳转

---
 src/views/wel/components/statistics.vue |    7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/src/views/wel/components/statistics.vue b/src/views/wel/components/statistics.vue
index 2d90438..be26d0e 100644
--- a/src/views/wel/components/statistics.vue
+++ b/src/views/wel/components/statistics.vue
@@ -49,9 +49,6 @@
 import { useRouter } from 'vue-router'
 const router = useRouter()
 const store = useStore()
-// Object.key;
-// 运维人员:1912328766238597121
-// 政企专员:1912467025014923265
 const refresh = () => {
   getStaticsList()
 }
@@ -201,8 +198,8 @@
   }
 }
 const getStaticsList = () => {
-  getStatics(userInfo.value.detail.areaCode,).then(res => {
-  // console.log(permission, 111)
+  getStatics(userInfo.value.detail.areaCode).then(res => {
+  console.log('userInfo.value.detail.areaCode',permission.value);
     if (permission.value?.device_statistics_six) {
       newtitleData.value = res.data.data
       return

--
Gitblit v1.9.3