From a2fae1e5063dee21c68554f36a6f0a4b3429ffbd Mon Sep 17 00:00:00 2001
From: linwe <872216996@qq.com>
Date: Wed, 06 Nov 2024 14:56:40 +0800
Subject: [PATCH] 企业详情

---
 src/views/companyInfo/components/mainMenu.vue             |    4 ++--
 src/views/layout/components/scomponents/layersControl.vue |    6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/views/companyInfo/components/mainMenu.vue b/src/views/companyInfo/components/mainMenu.vue
index 564c33d..bedd421 100644
--- a/src/views/companyInfo/components/mainMenu.vue
+++ b/src/views/companyInfo/components/mainMenu.vue
@@ -18,11 +18,11 @@
 const menuList = ref(
   [
     {
-      menuName: '雨水1管网',
+      menuName: '雨水管网',
       path: '/layout/ys'
     },
     {
-      menuName: '污水2管网',
+      menuName: '污水管网',
       path: '/layout/ws'
     },
     {
diff --git a/src/views/layout/components/scomponents/layersControl.vue b/src/views/layout/components/scomponents/layersControl.vue
index 03da5ab..0826c86 100644
--- a/src/views/layout/components/scomponents/layersControl.vue
+++ b/src/views/layout/components/scomponents/layersControl.vue
@@ -301,9 +301,9 @@
 }
 
 onMounted(() => {
-  // handleCheckChange(data.filter(i => i.id == '1'), {
-  //   checkedKeys: ['1']
-  // })
+  handleCheckChange(data.filter(i => i.id == '1'), {
+    checkedKeys: ['1']
+  })
 })
 </script>
 

--
Gitblit v1.9.3