From a0e5e53faee9877a4fcc2baf7600d11402392a05 Mon Sep 17 00:00:00 2001
From: Surpriseplus <845948745@qq.com>
Date: 星期日, 25 六月 2023 17:43:50 +0800
Subject: [PATCH] 发布管理添加OSGB,LAS数据类型发布;综合展示页面属性查询,转空柱状图添加按项目分类查询

---
 src/components/MapView/mapSpacePop.vue |   13 +++++++++++--
 1 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/src/components/MapView/mapSpacePop.vue b/src/components/MapView/mapSpacePop.vue
index 6581e42..dcc924d 100644
--- a/src/components/MapView/mapSpacePop.vue
+++ b/src/components/MapView/mapSpacePop.vue
@@ -466,8 +466,14 @@
       this.formInline.region = this.options[0].value
     },
     setListDataStart() {
-      this.listdata.pageSize = 10
-      this.listdata.pageIndex = 1
+      this.listdata = {
+        pageIndex: 1,
+        pageSize: 10,
+        name: null,
+        srid: 4326,
+        wkt: null,
+        filter: null,
+      }
       this.tableData = []
     },
     //鍒濆鍖栨煡璇㈡潯浠�
@@ -613,7 +619,10 @@
       } else {
         this.listdata.filter = null;
       }
+      if (this.$store.state.pigCode) {
+        this.listdata.dirs = this.$store.state.pigCode;
 
+      }
 
       const data = await dataQuerySelectByPage(this.listdata)
       if (data.code != 200) {

--
Gitblit v1.9.3