| | |
| | | <el-select |
| | | v-model="menuTopFrom.queryLayer" |
| | | :title="treeChange" |
| | | placeholder="请选择..." |
| | | placeholder="请选择数据..." |
| | | :popper-append-to-body="false" |
| | | > |
| | | <el-option |
| | |
| | | <el-select |
| | | @change="changeValue($event)" |
| | | v-model="menuTopFrom.queryType" |
| | | placeholder="请选择..." |
| | | placeholder="选择范围" |
| | | :popper-append-to-body="false" |
| | | > |
| | | <el-option |
| | |
| | | }, |
| | | |
| | | mounted() { |
| | | this.menuTopFrom.queryType = "rectangle" |
| | | // this.menuTopFrom.queryType = "rectangle" |
| | | this.getAllTable() |
| | | this.getPipelineData() |
| | | this.$bus.$on("setExtentBUff", res => { |
| | |
| | | this.treeChange = [] |
| | | this.layerTabe = [] |
| | | this.menuTopFrom.queryLayer = null |
| | | this.menuTopFrom.queryType = "rectangle" |
| | | this.menuTopFrom.queryType = "" |
| | | this.$refs.tree.setCheckedKeys([]) |
| | | //清空标绘 |
| | | sgworld.Creator.SimpleGraphic.edit(false, { editProp: false }) |