| | |
| | | @click="conditionVisible = true" |
| | | size="small" |
| | | type="success" |
| | | >新增</el-button> |
| | | >{{$t('common.lable6')}}</el-button> |
| | | <el-button |
| | | size="small" |
| | | @click="resetForm" |
| | |
| | | this.$store.state.queryInfo.push(point) |
| | | sgworld.Navigate.flyToObj(point) |
| | | this.$store.state.primitLayer = point |
| | | |
| | | break |
| | | case "LineString": |
| | | case "MultiLineString": |
| | |
| | | pick.id.tag && |
| | | pick.id.tag.includes("properties_") |
| | | ) { |
| | | if (this.spaceLayer == 'msurfacedeformationdata') { |
| | | this.$store.state.surfaceDeForm.flag = true; |
| | | this.$store.state.surfaceDeForm.gid = pick.id.properties.gid._value; |
| | | } else { |
| | | this.$store.state.surfaceDeForm.flag = false; |
| | | this.$store.state.surfaceDeForm.gid = null; |
| | | } |
| | | this.$store.state.propertiesFlag = "1" |
| | | let properties = pick.id.properties |
| | | let propertyNames = pick.id.properties.propertyNames |