From 754c36b53d0cd29212871643f0e043d2bff66952 Mon Sep 17 00:00:00 2001 From: LinCyJang Date: Thu, 26 Mar 2026 23:11:30 +0800 Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9A4990=20=E3=80=90=E5=95=86=E5=9F=8E?= =?UTF-8?q?=E5=B0=8F=E7=A8=8B=E5=BA=8F=E3=80=91=E5=AE=A1=E6=A0=B8=E4=B8=AD?= =?UTF-8?q?=E7=8A=B6=E6=80=81=EF=BC=8C=E6=92=A4=E9=94=80=E5=85=A5=E9=A9=BB?= =?UTF-8?q?=E7=94=B3=E8=AF=B7=EF=BC=8C=E6=8F=90=E7=A4=BA=E6=92=A4=E9=94=80?= =?UTF-8?q?=E6=88=90=E5=8A=9F=EF=BC=8C=E4=BD=86=E9=87=8D=E6=96=B0=E8=BF=9B?= =?UTF-8?q?=E5=85=A5=E8=B5=84=E6=96=99=E5=A1=AB=E5=86=99=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=EF=BC=8C=E4=BB=8D=E7=84=B6=E6=98=BE=E7=A4=BA=E5=AE=A1=E6=A0=B8?= =?UTF-8?q?=E4=B8=AD=E7=8A=B6=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg_join/views/experienceStore.vue | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/pkg_join/views/experienceStore.vue b/pkg_join/views/experienceStore.vue index b5ace80..118ccb0 100644 --- a/pkg_join/views/experienceStore.vue +++ b/pkg_join/views/experienceStore.vue @@ -396,7 +396,7 @@ /> - + - + { if (result.status === 200) { uni.$u.toast('撤销申请成功') + this.form.reviewStatus = null + this.form.isDraft = 1 + this.show = true this.initInfo() } else { uni.$u.toast(result.msg || '撤销失败')