From 1b6dc00d978e6fdaafb19171ac0089282c750f1b Mon Sep 17 00:00:00 2001 From: douzhuo <17611323298@163.com> Date: Wed, 6 Jul 2022 13:55:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Statistics/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/Statistics/index.vue b/src/views/Statistics/index.vue index 7d7ba32..88e9876 100644 --- a/src/views/Statistics/index.vue +++ b/src/views/Statistics/index.vue @@ -445,7 +445,7 @@ export default { }) .then((res) => { this.objlist = res.data.list; - this.alllist = [{ name: "有效接待", num: res.data.total }]; + // this.alllist = [{ name: "有效接待", num: res.data.total }]; this.efficient = res.data.total; this.markCount = res.data.markCount;