From 2ce9bd5adcd6ffd054f7c5148ab480b36ff6f56a Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Mon, 12 May 2025 13:52:51 +0800
Subject: [PATCH] 个人工作台待办事项,综合统计分析
---
src/views/wel/components/statistics.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/views/wel/components/statistics.vue b/src/views/wel/components/statistics.vue
index 28408ff..2d90438 100644
--- a/src/views/wel/components/statistics.vue
+++ b/src/views/wel/components/statistics.vue
@@ -202,7 +202,7 @@
}
const getStaticsList = () => {
getStatics(userInfo.value.detail.areaCode,).then(res => {
- console.log(permission, 111)
+ // console.log(permission, 111)
if (permission.value?.device_statistics_six) {
newtitleData.value = res.data.data
return
--
Gitblit v1.9.3