diff --git a/src/views/financialManagement/arriveAndInvoicing/modules/AuditProofModule.vue b/src/views/financialManagement/arriveAndInvoicing/modules/AuditProofModule.vue index 6c21cc4..2313427 100644 --- a/src/views/financialManagement/arriveAndInvoicing/modules/AuditProofModule.vue +++ b/src/views/financialManagement/arriveAndInvoicing/modules/AuditProofModule.vue @@ -445,7 +445,7 @@ export default { const formData = Object.assign(this.proofInfo, values) console.log(formData) // 标协会员缴费、证书缴费 需要先调用 编辑的接口,编辑成功后在调用审核的接口 - if (this.proofInfo.projectType + '' === '5' || this.proofInfo.projectType + '' === '6') { + if (this.proofInfo.projectType + '' === '6') { let updateResult = await this.updateMemberPaymentInfo(formData, Number(this.proofInfo.projectType)) if (!updateResult) { setTimeout(() => {