feature/GFRS-2401 惠桂保数据导入需求-前端保单详情展示-提交人:白金岩

This commit is contained in:
bai.jinyan
2021-05-08 11:36:52 +08:00
parent a11d08156b
commit 8a71948553

View File

@@ -66,7 +66,7 @@ export default {
this.orderNumber = orderInfoDTO.contNo
this.effectiveDate = orderInfoDTO.cvaliDate
if (orderInfoDTO.expireDate) {
this.expireDate = utils.formatDate(orderInfoDTO.expireDate, 'yyyy-MM-dd')
this.expireDate = utils.formatDate(Date.parse(orderInfoDTO.expireDate), 'yyyy-MM-dd')
}
}
}