[NEW] 电子保单列表接口新增字段

This commit is contained in:
li.kai
2020-07-06 18:13:27 +08:00
parent ee6d19a718
commit 40924e2842

View File

@@ -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)
}, },