From fccd0b13540ce538a1d662e6978c53569c75b48d Mon Sep 17 00:00:00 2001 From: ye1023 <12588209+ye1023@user.noreply.gitee.com> Date: Thu, 14 May 2026 14:59:07 +0800 Subject: [PATCH] =?UTF-8?q?yxk-20260514-bug=E4=BF=AE=E5=A4=8D=20=E5=9C=A8?= =?UTF-8?q?=E6=B5=81=E7=A8=8B=E9=85=8D=E7=BD=AE=E9=87=8C=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E7=9A=84=E6=98=AF=E5=90=A6=E5=8F=AF=E4=BB=A5=E9=A9=B3=E5=9B=9E?= =?UTF-8?q?=EF=BC=8C=E6=B2=A1=E6=9C=89=E6=AD=A3=E7=A1=AE=E6=8E=A7=E5=88=B6?= =?UTF-8?q?=E6=9D=83=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../myHandleTask/content/TaskHandleInnerContent.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/super/bpm/process/personalOffice/myHandleTask/content/TaskHandleInnerContent.vue b/src/views/super/bpm/process/personalOffice/myHandleTask/content/TaskHandleInnerContent.vue index 02c9783..9273bb7 100644 --- a/src/views/super/bpm/process/personalOffice/myHandleTask/content/TaskHandleInnerContent.vue +++ b/src/views/super/bpm/process/personalOffice/myHandleTask/content/TaskHandleInnerContent.vue @@ -122,7 +122,7 @@ //是否允许加签 allowAddSign.value= data.allowAddSign; //是否允许驳回 - allowReject.value= data?.rejectStatus && data?.rejectStatus =='0'?false:true; + allowReject.value = data?.rejectStatus == '1'; //是否多实例- 会签加签 是否允许会签节点加人0否、1允许 allowCounterSignAddUser.value = (data?.allowCounterSignAddUser && data.allowCounterSignAddUser =='1'); taskStepList.value = data.bpmLogStepList;