| | |
| | | @click="conditionVisible = true" |
| | | size="small" |
| | | type="success" |
| | | >新增</el-button> |
| | | >{{$t('common.lable6')}}</el-button> |
| | | <el-button |
| | | size="small" |
| | | @click="resetForm" |
| | |
| | | </el-select> |
| | | </el-form-item> |
| | | <el-form-item v-show="!fromSqlflag"> |
| | | <el-input v-model="formSql.value"></el-input> |
| | | <el-input |
| | | v-model="formSql.value" |
| | | :placeholder="$t('shuJuGuanLi.shuJuJianSuo.queryContent')" |
| | | > </el-input> |
| | | </el-form-item> |
| | | <el-form-item v-show="fromSqlflag"> |
| | | <el-date-picker |
| | |
| | | this.formInline.region = this.options[0].value |
| | | }, |
| | | setListDataStart() { |
| | | this.listdata.pageSize = 10 |
| | | this.listdata.pageIndex = 1 |
| | | this.listdata = { |
| | | pageIndex: 1, |
| | | pageSize: 10, |
| | | name: null, |
| | | srid: 4326, |
| | | wkt: null, |
| | | filter: null, |
| | | } |
| | | this.tableData = [] |
| | | }, |
| | | //初始化查询条件 |
| | |
| | | } else { |
| | | this.listdata.filter = null; |
| | | } |
| | | if (this.$store.state.pigCode) { |
| | | this.listdata.dirs = this.$store.state.pigCode; |
| | | |
| | | } |
| | | |
| | | const data = await dataQuerySelectByPage(this.listdata) |
| | | if (data.code != 200) { |
| | |
| | | tag: 'Histogram', |
| | | properties: std[i], |
| | | ellipse: { |
| | | semiMinorAxis: 1.0, //短轴 |
| | | semiMajorAxis: 1.0, //长轴 |
| | | semiMinorAxis: 2.0, //短轴 |
| | | semiMajorAxis: 2.0, //长轴 |
| | | height: height, //拉伸高度 elev gwaterdep |
| | | extrudedHeight: num, //离地高度 |
| | | rotation: Cesium.Math.toRadians(0), //旋转 |
| | |
| | | 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 |