From a25509650031af2f0b4b5652523c5c723482d5e0 Mon Sep 17 00:00:00 2001 From: TiaStars Date: Wed, 27 Sep 2023 18:37:47 +0800 Subject: [PATCH] =?UTF-8?q?18=EF=BC=9A37?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/components/dialog/index.vue | 2 +- src/views/yingji/echarts/executive.vue | 4 ++-- src/views/yingji/enterprise.vue | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/components/dialog/index.vue b/src/views/components/dialog/index.vue index 7189839..cc6305d 100644 --- a/src/views/components/dialog/index.vue +++ b/src/views/components/dialog/index.vue @@ -770,7 +770,7 @@ export default { // list: "major_hazard_level", // }); // 重大危险源等级 // let listFive = await this.$api.yingji.dictdata({ list: "entpr_color" }); // 企业分色 - let dictdata = await this.$api.yingji.dictdata({ list: "economic_categories,category,major_hazard_level,entpr_color",}) + let dictdata = await this.$api.yingji.dictdata({ list: "economic_categories,category,major_hazard_level,entpr_color"}) this.optionstwo = dictdata.data; // this.listTwo = listTwo.data.economic_categories; // this.listThree = listThree.data.category; diff --git a/src/views/yingji/echarts/executive.vue b/src/views/yingji/echarts/executive.vue index 60080cc..ec9cb76 100644 --- a/src/views/yingji/echarts/executive.vue +++ b/src/views/yingji/echarts/executive.vue @@ -4,7 +4,7 @@ * @Author: JC9527 * @Date: 2023-09-27 14:01:34 * @LastEditors: JC9527 - * @LastEditTime: 2023-09-27 15:59:28 + * @LastEditTime: 2023-09-27 18:17:28 -->