From 8ecb5398a70edbd0ebe8dc50d95b4b57ed6715d4 Mon Sep 17 00:00:00 2001
From: Surpriseplus <845948745@qq.com>
Date: 星期二, 20 六月 2023 15:17:36 +0800
Subject: [PATCH] 发布管理,数据上传页面修改

---
 src/views/Synthesis/LeftMenu.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/views/Synthesis/LeftMenu.vue b/src/views/Synthesis/LeftMenu.vue
index 32a464d..d969198 100644
--- a/src/views/Synthesis/LeftMenu.vue
+++ b/src/views/Synthesis/LeftMenu.vue
@@ -3180,9 +3180,9 @@
     });
 
 
-    this.$store.state.isProjectLayer = [],
-      this.$store.state.pigCode = null,
-      this.$store.state.showAllLayers = true;
+    this.$store.state.isProjectLayer = [];
+    this.$store.state.pigCode = null;
+    this.$store.state.showAllLayers = true;
     this.$store.state.layerMnage = false;
     this.$store.state.treeData = null;
     this.$store.state.checkedKeys = [];

--
Gitblit v1.9.3