提交 68f04a55 authored 作者: lihuihui's avatar lihuihui

updata

上级 a4cc7240
...@@ -48,7 +48,6 @@ export default { ...@@ -48,7 +48,6 @@ export default {
// } // }
}, },
goUpload() { goUpload() {
if (this.$route.query.edit) {
this.$router.replace({ this.$router.replace({
path: '/attestation/upload', path: '/attestation/upload',
query: { query: {
...@@ -56,14 +55,15 @@ export default { ...@@ -56,14 +55,15 @@ export default {
edit: 1 edit: 1
} }
}) })
} else { // if (this.$route.query.edit) {
this.$router.replace({ // } else {
path: '/attestation/upload', // this.$router.replace({
query: { // path: '/attestation/upload',
id: this.$route.query.id // query: {
} // id: this.$route.query.id
}) // }
} // })
// }
} }
} }
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论