mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-12 21:56:43 +08:00
[NEW] 电子保单列表接口新增字段
This commit is contained in:
@@ -214,7 +214,8 @@ export default {
|
|||||||
pageNum: this.currentPage,
|
pageNum: this.currentPage,
|
||||||
pageSize: this.pageSize,
|
pageSize: this.pageSize,
|
||||||
orderType: this.active,
|
orderType: this.active,
|
||||||
name: this.searchName
|
name: this.searchName,
|
||||||
|
desensitizType: this.active === 'uncommit' ? 1 : 0
|
||||||
}
|
}
|
||||||
this.getOrderList(pageInfo)
|
this.getOrderList(pageInfo)
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user