[update] 到账开票审核标协会员项目的审核保存先调用编辑功能去掉

This commit is contained in:
lideqin
2024-03-25 11:08:20 +08:00
parent 51ea9f33a1
commit c594e257b6
@@ -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(() => {