【IMP】修改告知

This commit is contained in:
皮伟
2019-12-17 16:04:10 +08:00
parent 200294536b
commit 7b2d03173f

View File

@@ -299,7 +299,7 @@ export default {
cardBookType: '1',
cardBookCode: that.bankId,
isAutoPay: '0',
isAutoRenewal: this.isAutoRenewal == '0' ? '1' : ''
isAutoRenewal: this.isRenew == '0' ? '1' : ''
}
}
}
@@ -343,7 +343,7 @@ export default {
cardBookType: '1',
cardBookCode: that.bankId,
isAutoPay: this.isAutoPay == '0' ? '1' : '',
isAutoRenewal: this.isAutoRenewal == '0' ? '1' : ''
isAutoRenewal: this.isRenew == '0' ? '1' : ''
}
}
}