bug
This commit is contained in:
@@ -96,6 +96,7 @@
|
|||||||
this.$confirm('请根据申请事项和凭证选是否审核通过', {
|
this.$confirm('请根据申请事项和凭证选是否审核通过', {
|
||||||
confirmButtonText: '审核通过',
|
confirmButtonText: '审核通过',
|
||||||
cancelButtonText: '审核拒绝',
|
cancelButtonText: '审核拒绝',
|
||||||
|
distinguishCancelAndClose: true
|
||||||
}).then(() => {
|
}).then(() => {
|
||||||
this.instance.post(`/app/appintegralmemberapply/auditApply?id=${id}&opType=1`).then(res => {
|
this.instance.post(`/app/appintegralmemberapply/auditApply?id=${id}&opType=1`).then(res => {
|
||||||
if (res.code == 0) {
|
if (res.code == 0) {
|
||||||
|
|||||||
Reference in New Issue
Block a user