修复异常
This commit is contained in:
@@ -397,7 +397,7 @@ export default {
|
||||
},
|
||||
back() {
|
||||
const {id} = this.$route.query
|
||||
this.$router.push({hash: "#add", params, query: {id}})
|
||||
this.$router.push({hash: "#add", query: {id}})
|
||||
this.closePage()
|
||||
},
|
||||
save() {
|
||||
|
||||
Reference in New Issue
Block a user