网格区块
This commit is contained in:
@@ -310,8 +310,10 @@ export default {
|
||||
},
|
||||
toAdd() {
|
||||
let {id: parentGirdId, girdName: parentGirdName} = this.info
|
||||
var coordinationId = this.info.parentGirdId
|
||||
var coordinationName = this.info.parentGirdName
|
||||
this.$router.push({
|
||||
hash: "#add", query: {parentGirdId, parentGirdName, currIndex: this.currIndex}
|
||||
hash: "#add", query: {parentGirdId, parentGirdName, coordinationId, coordinationName, currIndex: this.currIndex}
|
||||
})
|
||||
},
|
||||
goBack() {
|
||||
|
||||
Reference in New Issue
Block a user