| | |
| | | <el-button type="info" @click="clearQuery" plain>重置</el-button> |
| | | </el-form-item> |
| | | </el-form> |
| | | <queryinfo ref="queryinfo" /> |
| | | </div> |
| | | </template> |
| | | |
| | | <script> |
| | | import queryinfo from "../../views/Tools/queryinfo.vue" |
| | | import $ from 'jquery'; |
| | | import { inquiry_SelectTabs, inquiry_uploadShp, encr } from '../../api/api.js'; |
| | | import { getToken } from '@/utils/auth'; |
| | | import * as turf from '@turf/turf'; |
| | | export default { |
| | | components:{queryinfo}, |
| | | data() { |
| | | return { |
| | | menuTopFrom: { |
| | |
| | | }, |
| | | showMapMenuPop() { |
| | | this.$store.state.mapSpaceQueryLayer = this.treeChange; |
| | | if ( |
| | | this.$store.state.mapPopBoolean != true && |
| | | this.$store.state.mapPopBoxFlag != '1' |
| | | ) { |
| | | this.$store.state.mapPopBoolean = true; |
| | | this.$store.state.mapPopBoxFlag = '1'; |
| | | } |
| | | this.$store.state.mapPopBoxFlag = '1'; |
| | | this.$refs && this.$refs.queryinfo && this.$refs.queryinfo.open("空间查询",null,{ close: () => { |
| | | |
| | | }}); |
| | | this.$bus.$emit('changeMapMenuTop', 'true'); |
| | | sgworld.Creator.SimpleGraphic.edit(false, { editProp: false }); |
| | | sgworld.Creator.SimpleGraphic.clear(); |