This commit is contained in:
yanran200730
2022-11-30 16:21:27 +08:00
parent 28f52973f3
commit 3835a9a470

View File

@@ -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) {