From c594e257b63c73959bd1a50208f1eac9396ae0da Mon Sep 17 00:00:00 2001 From: lideqin <694785430@qq.com> Date: Mon, 25 Mar 2024 11:08:20 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20=E5=88=B0=E8=B4=A6=E5=BC=80=E7=A5=A8?= =?UTF-8?q?=E5=AE=A1=E6=A0=B8=E6=A0=87=E5=8D=8F=E4=BC=9A=E5=91=98=E9=A1=B9?= =?UTF-8?q?=E7=9B=AE=E7=9A=84=E5=AE=A1=E6=A0=B8=E4=BF=9D=E5=AD=98=E5=85=88?= =?UTF-8?q?=E8=B0=83=E7=94=A8=E7=BC=96=E8=BE=91=E5=8A=9F=E8=83=BD=E5=8E=BB?= =?UTF-8?q?=E6=8E=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../arriveAndInvoicing/modules/AuditProofModule.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(() => {