From cd09654cd3d8cdcef089ff69c3af8209e0e07ee8 Mon Sep 17 00:00:00 2001
From: Surpriseplus <845948745@qq.com>
Date: 星期三, 12 七月 2023 14:45:54 +0800
Subject: [PATCH] 空间查询

---
 src/store/index.ts |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/store/index.ts b/src/store/index.ts
index 2bdf8af..d0d113c 100644
--- a/src/store/index.ts
+++ b/src/store/index.ts
@@ -13,6 +13,8 @@
       wkt: null,
       hasGeom: null,
       filter: null,
+      count: 0,
+      obj: null,
     },
   },
   mutations: {

--
Gitblit v1.9.3