diff --git a/src/apps/AppAskForm/components/formDetail.vue b/src/apps/AppAskForm/components/formDetail.vue index 55bd05ab..02ac6529 100644 --- a/src/apps/AppAskForm/components/formDetail.vue +++ b/src/apps/AppAskForm/components/formDetail.vue @@ -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}