BUG 26970

This commit is contained in:
aixianling
2022-01-26 15:11:56 +08:00
parent 602b4f06ef
commit b148035c40
2 changed files with 78 additions and 179 deletions

View File

@@ -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"})
}
}
}