|
@@ -233,7 +233,7 @@ export default {
|
|
|
this.getTopList(res.data)
|
|
|
}
|
|
|
// 判断是不是有拒绝打款理由
|
|
|
- if (res.data.rejectReason && res.data.state == 2) {
|
|
|
+ if (res.data.rejectReason && res.data.state == 2 || res.data.rejectReason && res.data.state == 4) {
|
|
|
this.infoList.push({ name: "拒绝打款理由", value: res.data.rejectReason, fields: 'rejectReason' })
|
|
|
}
|
|
|
},
|