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