From def5dacc1f97baa717be680b8b7261b5e43039d4 Mon Sep 17 00:00:00 2001 From: liangkun Date: Wed, 17 May 2023 17:45:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=89=8B=E6=9C=BA=E6=B5=81?= =?UTF-8?q?=E7=A8=8B=E5=AE=A1=E6=89=B9=E9=A1=B5=E9=9D=A2=EF=BC=8C=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0return=E9=98=B2=E6=AD=A2=E7=BB=A7=E7=BB=AD=E8=BF=90?= =?UTF-8?q?=E8=A1=8C=E4=BB=A3=E7=A0=81=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../LearunApp-2.2.0/pages/nworkflow/myflow/sign.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/nworkflow/myflow/sign.vue b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/nworkflow/myflow/sign.vue index 195ac899b..7cce380a7 100644 --- a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/nworkflow/myflow/sign.vue +++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/nworkflow/myflow/sign.vue @@ -423,6 +423,7 @@ export default { this.EMIT('task-list-change') this.NAV_BACK(2) this.TOAST(`已成功提交${this.typeText}`, 'success') + return; } let arr = Object.entries(userList) this.reviewerListId = arr[0][0]