hejianhao
2025-03-17 fc7f399bdfd7607493feebe2592b8390d6bef9f7
提示
1个文件已修改
12 ■■■■■ 已修改文件
H5/pages/certificationAudit/certificationAudit.vue 12 ●●●●● 补丁 | 查看 | 原始文档 | 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
                })