| | |
| | | </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: { |
| | |
| | | }, |
| | | 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; |