兼容标准版和黑龙江民政调查问卷 BUG 25

This commit is contained in:
aixianling
2023-01-11 10:50:27 +08:00
parent 315f0e6fdd
commit d353a79a91

View File

@@ -115,7 +115,8 @@ export default {
methods: {
...mapMutations(['logout']),
getForm() {
let {tid: id} = this.$route.query
let {tid, id} = this.$route.query
id = tid || id
this.$http.post(`/app/${this.actions.detail}/queryDetailById`, null, {
withoutToken: this.actions.preview,
params: {id}