修复异常

This commit is contained in:
aixianling
2024-07-12 09:19:55 +08:00
parent 0fd8a0e1fa
commit dbb986688c

View File

@@ -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() {