Merge branch 'feature/GFRS-1624【系统开发】-投保单详情、保单详情证件手机号脱敏-前端' into dev

This commit is contained in:
li.kai
2020-07-06 18:14:02 +08:00

View File

@@ -223,7 +223,8 @@ export default {
pageNum: this.currentPage,
pageSize: this.pageSize,
orderType: this.active,
name: this.searchName
name: this.searchName,
desensitizType: this.active === 'uncommit' ? 1 : 0
}
this.getOrderList(pageInfo)
},