mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-11 19:06:43 +08:00
续期清单列表-失效/终止保单状态生产问题修改 --提交人:白金岩
This commit is contained in:
@@ -252,8 +252,8 @@ export default {
|
|||||||
item[value] = '-'
|
item[value] = '-'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// 0: 已承保, 1: 终止
|
// 1-承保 4-终止 0-投保中
|
||||||
if (item.orderStatus === '1') {
|
if (item.orderStatus === '4') {
|
||||||
this.invalidList.push(item)
|
this.invalidList.push(item)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user