【bug】 现金缴费修改
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user