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

updata

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