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

updata

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