mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-24 20:42:52 +08:00
建议书投保人信息更新保存处理----提交人:白金岩
This commit is contained in:
@@ -238,12 +238,14 @@ export default {
|
||||
this.$validator.validate().then(valid => {
|
||||
if (true === valid) {
|
||||
this.$CacheUtils.setLocItem('canMoveOn', 1)
|
||||
const orderNo = this.$CacheUtils.getLocItem('orderNo');
|
||||
//进行投保人年龄校验(大于18周岁)
|
||||
let params = {
|
||||
orderDTO: {
|
||||
appntDTO: this.appntDTO,
|
||||
orderInfoDTO: {
|
||||
orderStatus: '00'
|
||||
orderStatus: orderNo?'01':'00',
|
||||
orderNo: orderNo
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user