| | |
| | | @change="menuTreeCheck" |
| | | placeholder="请选择..." |
| | | filterable |
| | | :popper-append-to-body="false" |
| | | > |
| | | <el-option |
| | | v-for="item in layerData" |
| | |
| | | pageIndex: 1, |
| | | pageSize: 500, |
| | | }); |
| | | |
| | | if (data.code != 200) { |
| | | this.$message.error("列表调用失败"); |
| | | } |
| | |
| | | return res; |
| | | } |
| | | }); |
| | | |
| | | |
| | | // for (var i in option) { |
| | | // // console.log(option[i].tableType) |
| | |
| | | }, |
| | | menuTreeCheck(value) { |
| | | this.mapSpaceQueryLayer = value; |
| | | |
| | | this.layerData.forEach(item => { |
| | | if (this.menuTopFrom.queryLayer == item.entity){ |
| | | this.$store.state.propertiesName = item; |
| | | } |
| | | }) |
| | | this.getCheckedNodes(); |
| | | }, |
| | | }, |