diff --git a/project/pidu/app/AppGridMemberScore/components/ApplyList.vue b/project/pidu/app/AppGridMemberScore/components/ApplyList.vue index 5fecbc1c..f655eb0e 100644 --- a/project/pidu/app/AppGridMemberScore/components/ApplyList.vue +++ b/project/pidu/app/AppGridMemberScore/components/ApplyList.vue @@ -96,6 +96,7 @@ this.$confirm('请根据申请事项和凭证选是否审核通过', { confirmButtonText: '审核通过', cancelButtonText: '审核拒绝', + distinguishCancelAndClose: true }).then(() => { this.instance.post(`/app/appintegralmemberapply/auditApply?id=${id}&opType=1`).then(res => { if (res.code == 0) {