BUG 26970
This commit is contained in:
@@ -254,8 +254,7 @@ export default {
|
||||
this.$router.push({query: {id}})
|
||||
},
|
||||
toAdd(id) {
|
||||
let {id: oid, name: oname} = this.selected
|
||||
this.$router.push({query: {id, oid, oname}, hash: "#add"})
|
||||
this.$router.push({query: {id}, hash: "#add"})
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user