| | |
| | | StationName2: '', // 市* |
| | | StationName5: '', // 区县* |
| | | dataName: '', // 数据名称 |
| | | status: 0, // 激活状态 |
| | | id: null // 数据ID |
| | | }, |
| | | linkage: { |
| | |
| | | tmp.city = this.params.StationName2; |
| | | tmp.distinct = this.params.StationName5; |
| | | tmp.name = this.params.dataName; |
| | | tmp.status = this.params.status; |
| | | tmp.id = this.params.id; |
| | | // 修改地图 |
| | | this.editMap(tmp); |
| | |
| | | this.params.StationName2 = this.mapjson.city; |
| | | this.params.StationName5 = this.mapjson.distinct; |
| | | this.params.dataName = this.mapjson.name; |
| | | this.params.status = this.mapjson.status; |
| | | this.params.id = this.mapjson.id; |
| | | |
| | | // 设置省市区县的数据 |