| | |
| | | <baseMapMap |
| | | ref="baseMapMap" |
| | | id="baseMapMap" |
| | | @setMapData="setMapData" |
| | | @changeMapSI="changeMapSI" |
| | | ></baseMapMap> |
| | | </template> |
| | |
| | | this.mapServiceValueOnce = ""; |
| | | this.chouseBaseMapNameOnce = ""; |
| | | }, |
| | | setMapData(val) { |
| | | this.LineData = val[0]; |
| | | this.PointData = val[1]; |
| | | }, |
| | | rowSave(row, done, loading) { |
| | | if (row.haveBaseMap == "") { |
| | | this.$message({ |
| | |
| | | let names = "", |
| | | urls = "", |
| | | leng = this.mapServiceValue.length - 1; |
| | | //处理结果 |
| | | for (let k in this.mapServiceValue) { |
| | | names += this.mapServiceValue[k].name; |
| | | urls += this.mapServiceValue[k].service; |