H5/pages/certificationAudit/certificationAudit.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
H5/pages/certificationAudit/certificationAudit.vue
@@ -155,17 +155,15 @@ } this.clickAgain = true audit(this.form).then(res => { this.searchParams.pageNum = 1 this.list = [] this.fetchList() this.closePopup() uni.showToast({ icon: 'success', title: this.form.result == 1 ? '当前党员信息审核已通过。' : '当前党员信息审核已拒绝。', icon: 'none', mask: true, }) setTimeout(() => { this.searchParams.pageNum = 1 this.list = [] this.fetchList() this.closePopup() }, 1500) }).catch(err => { this.clickAgain = false })