回执签收位置问题

This commit is contained in:
皮伟
2019-11-15 17:56:32 +08:00
parent 1ebb8e4c2c
commit cee2f85afb
2 changed files with 3 additions and 1 deletions

View File

@@ -147,6 +147,8 @@ export default {
} else {
orderInfoDTO.orderStatusText = ''
}
// 测试用
orderInfoDTO.orderStatus = '0'
that.OrderInfoDTO = orderInfoDTO
// 投保人信息
this.filterData(dataDictionary.sex, 'sex', appntDTO)