Commit 8d7531c1 authored by 郝聪敏's avatar 郝聪敏

Merge branch 'feature/fix_policy' into 'master'

fix: 缴费记录退款数据为空时异常处理

See merge request !73
parents 1d0f76a4 7bdb3e74
......@@ -127,7 +127,7 @@ export default {
v.currentPayState === -1 ? "已欠费" : v.currentPayState === 3 ? "缴费成功" : "-"
})) || [];
if (["9-5", "9-6"].includes(status)) {
if (["9-5", "9-6"].includes(status) && this.record?.refundRecord) {
list.unshift({
termNoText:
this.record?.refundRecord?.currentState === 2
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment