【bug】 现金缴费修改

This commit is contained in:
fengachen
2022-12-14 09:03:25 +08:00
parent 2d43cac94b
commit 06539e2675
@@ -350,7 +350,7 @@ export default {
*/
getProofType(record) {
if (record.projectType && (record.projectType.toString() === '5' || record.projectType.toString() === '6')) {
if (this.proofInfo.paymentMethod.toString() === '1') {
if (this.proofInfo.paymentMethod.toString() === '1' || this.proofInfo.paymentMethod.toString() === '3') {
this.proofType = 'img'
return
}