From 6436f06c84ceb0bf2d8771dbad1c9e8e80bb587e Mon Sep 17 00:00:00 2001
From: linwe <872216996@qq.com>
Date: Mon, 04 Nov 2024 16:44:11 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/main'

---
 src/views/survey/components/box/unitContent.vue |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/src/views/survey/components/box/unitContent.vue b/src/views/survey/components/box/unitContent.vue
index 2e290b9..e38a6b6 100644
--- a/src/views/survey/components/box/unitContent.vue
+++ b/src/views/survey/components/box/unitContent.vue
@@ -2,7 +2,7 @@
  * @Author: shuishen 1109946754@qq.com
  * @Date: 2023-03-13 14:54:26
  * @LastEditors: shuishen 1109946754@qq.com
- * @LastEditTime: 2024-11-01 10:08:41
+ * @LastEditTime: 2024-11-04 13:58:17
  * @FilePath: \bigScreen\src\views\survey\components\box\unitContent.vue
  * @Description: 
  * 
@@ -18,7 +18,6 @@
 
 let myEcharts = reactive(null)
 
-
 onMounted(() => {
   nextTick(() => {
     myEcharts = $echarts.init(curEcharts.value)
@@ -27,7 +26,7 @@
   })
 })
 
-function getEmergencySpace() {
+function getEmergencySpace () {
   getEmergencySpaceStatistic().then(res => {
     // console.log(res)
     let data = res.data.data
@@ -37,7 +36,7 @@
         name: item.type,
         value: item.num
       })
-    });
+    })
 
     myEcharts.setOption({
       legend: {

--
Gitblit v1.9.3