From be7e7efe81a27f7499dc11082e0ccd15d1e41b62 Mon Sep 17 00:00:00 2001 From: liyuetong Date: Wed, 4 Aug 2021 10:19:26 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=89=E6=8B=A9=E4=B8=80=E6=9D=A1=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=EF=BC=8C=E7=82=B9=E5=87=BB=E5=AE=A1=E6=89=B9=E9=80=9A?= =?UTF-8?q?=E8=BF=87=EF=BC=8C=E6=95=B0=E6=8D=AE=E5=B1=95=E7=A4=BA=E5=9C=A8?= =?UTF-8?q?=E5=B7=B2=E5=AE=A1=E6=89=B9=E6=9C=AA=E9=80=9A=E8=BF=87=E5=88=97?= =?UTF-8?q?=E8=A1=A8=EF=BC=9B=E5=AE=A1=E6=89=B9=E6=8B=92=E7=BB=9D=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=EF=BC=8C=E5=B1=95=E7=A4=BA=E5=9C=A8=E5=B7=B2=E5=AE=A1?= =?UTF-8?q?=E6=89=B9=E5=B7=B2=E9=80=9A=E8=BF=87=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/claims/ClaimApprovalList.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/ebiz/claims/ClaimApprovalList.vue b/src/views/ebiz/claims/ClaimApprovalList.vue index cdeda2e44..80e96be85 100644 --- a/src/views/ebiz/claims/ClaimApprovalList.vue +++ b/src/views/ebiz/claims/ClaimApprovalList.vue @@ -254,7 +254,7 @@ export default { this.btnStatus = 1 //按钮状态 0-不通过,1-通过 this.refuseNum = 0 this.passNum = this.claimApprovalIds.length - this.claimApprovalFunc(0) + this.claimApprovalFunc(1) }else{ this.$toast('请先选中数据,再进行操作。') } @@ -265,7 +265,7 @@ export default { this.btnStatus = 0 //按钮状态 0-不通过,1-通过 this.refuseNum = this.claimApprovalIds.length this.passNum = 0 - this.claimApprovalFunc(1) + this.claimApprovalFunc(0) }else{ this.$toast('请先选中数据,再进行操作。') }