From 54837b203b8d23c01e0e6cf716cb6a3829ae60f6 Mon Sep 17 00:00:00 2001 From: Surpriseplus <845948745@qq.com> Date: 星期四, 22 十二月 2022 19:48:07 +0800 Subject: [PATCH] 数据检索,关键字查询,空间查询,专题图添加mpt, --- src/components/MapView/mapSpaceTop.vue | 10 +++++++++- 1 files changed, 9 insertions(+), 1 deletions(-) diff --git a/src/components/MapView/mapSpaceTop.vue b/src/components/MapView/mapSpaceTop.vue index 1503ca6..c19ea76 100644 --- a/src/components/MapView/mapSpaceTop.vue +++ b/src/components/MapView/mapSpaceTop.vue @@ -25,12 +25,15 @@ </div> </el-option> </el-select> + <queryinfo ref="queryinfo"/> </div> </template> <script> +import queryinfo from "../../views/Tools/queryinfo.vue" import { inquiry_SelectTabs } from '../../api/api.js'; export default { + components:{queryinfo }, data() { return { menuTopFrom: { @@ -83,8 +86,13 @@ }, getCheckedNodes() { this.$store.state.mapSpaceQueryLayer = this.mapSpaceQueryLayer; - this.$store.state.mapPopBoolean = true; + // this.$store.state.mapPopBoolean = true; this.$store.state.mapPopBoxFlag = '2'; + this.$refs && this.$refs.queryinfo && this.$refs.queryinfo.open("灞炴�ф煡璇�",null,{ + close: () => { + + }, + }); }, resetCheckedNodes() { this.menuTopFrom.queryLayer = null; -- Gitblit v1.9.3