[update] 到账开票审核标协会员项目的审核保存先调用编辑功能去掉
This commit is contained in:
@@ -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(() => {
|
||||
|
||||
Reference in New Issue
Block a user