From d353a79a910b655222c7d17b85e3ff3acfb4156e Mon Sep 17 00:00:00 2001 From: aixianling Date: Wed, 11 Jan 2023 10:50:27 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=BC=E5=AE=B9=E6=A0=87=E5=87=86=E7=89=88?= =?UTF-8?q?=E5=92=8C=E9=BB=91=E9=BE=99=E6=B1=9F=E6=B0=91=E6=94=BF=E8=B0=83?= =?UTF-8?q?=E6=9F=A5=E9=97=AE=E5=8D=B7=20BUG=2025?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/AppAskForm/components/formDetail.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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}