| | |
| | | </div> |
| | | <div style="margin-top: 5px"> |
| | | <el-button |
| | | size="mini" |
| | | size="small" |
| | | plain |
| | | @click="getCheckedNodes" |
| | | >确认</el-button> |
| | | <el-button |
| | | size="mini" |
| | | size="small" |
| | | type="info" |
| | | plain |
| | | @click="resetCheckedNodes" |
| | |
| | | </el-form-item> |
| | | <el-form-item> |
| | | <el-button |
| | | plain |
| | | plain size="small" |
| | | @click="getAttributeQuery" |
| | | >查询</el-button> |
| | | <el-button |
| | | type="info" |
| | | type="info" size="small" |
| | | @click="clearQuery" |
| | | plain |
| | | >重置</el-button> |
| | |
| | | }, |
| | | |
| | | setJonToWKT(res) { |
| | | console.log(res.geometry) |
| | | var jsonToWkt = this.$wkt.convert(res.geometry); |
| | | this.$store.state.mapMenuShpFile = encr(jsonToWkt); |
| | | |
| | | this.showMapMenuPop(); |
| | | }, |
| | | showMapMenuPop() { |