From a3bd29f6e592bde951b309f6f628d158cfc7c6c3 Mon Sep 17 00:00:00 2001 From: Your Name <123456> Date: 星期六, 23 七月 2022 13:14:48 +0800 Subject: [PATCH] 四色图 --- src/views/doublePreventAction/riskLevelManage/analyseUnit/components/departmentChart.vue | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/src/views/doublePreventAction/riskLevelManage/analyseUnit/components/departmentChart.vue b/src/views/doublePreventAction/riskLevelManage/analyseUnit/components/departmentChart.vue index 94a4888..c0345d0 100644 --- a/src/views/doublePreventAction/riskLevelManage/analyseUnit/components/departmentChart.vue +++ b/src/views/doublePreventAction/riskLevelManage/analyseUnit/components/departmentChart.vue @@ -29,7 +29,6 @@ async getChart() { let res = await getDepartmentChart() if(res.data.code === '200') { - debugger this.numData = res.data.result.map(item =>{ return item["count"] }) -- Gitblit v1.9.2