mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-09 23:56:43 +08:00
feature/GFRS-2401 惠桂保数据导入需求-前端保单详情展示-提交人:白金岩
This commit is contained in:
@@ -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')
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user