From 772d8df8a3ee02a6fe2dbd6ba7216e3e3ee0ec63 Mon Sep 17 00:00:00 2001 From: qx <2540746708@qq.com> Date: 星期四, 20 六月 2024 22:18:38 +0800 Subject: [PATCH] qxtj --- src/views/index.vue | 25 +++++++++++++++++++++++-- 1 files changed, 23 insertions(+), 2 deletions(-) diff --git a/src/views/index.vue b/src/views/index.vue index f7c492b..a31432c 100644 --- a/src/views/index.vue +++ b/src/views/index.vue @@ -189,7 +189,18 @@ getPieChart().then((response) => { if (response.data) { - if (response.data.tjdj.length === 0) { + if(response.data.tjdj == 0){ + this.PieChart = [] + this.PieChart = [ + { + "name": "浣撴鐧昏浜烘暟鍒嗗竷", + "count": 1, + "value": 10 + }, + + ] + }else if (response.data.tjdj.length === 0) { + this.PieChart = [] this.PieChart = [ { @@ -245,7 +256,17 @@ }] }) - if (response.data.tjyc.length === 0) { + if(response.data.tjyc == 0){ + this.PieChart2 = [] + this.PieChart2 = [ + { + "name": "浣撴缁撴灉寮傚父浜烘暟鍒嗗竷", + "count": 1, + "value": 10 + }, + + ] + }else if (response.data.tjyc.length === 0) { this.PieChart2 = [] this.PieChart2 = [ { -- Gitblit v1.8.0