[NEW]【保全-续期】增加客户搜索接口

This commit is contained in:
yuweiqi
2020-04-15 22:03:34 +08:00
parent 913ab8e7f2
commit 87614584cc
2 changed files with 17 additions and 0 deletions

View File

@@ -18,3 +18,19 @@ export function customerInfo(data) {
data
})
}
//保单列表
export function policyList(data) {
return request({
url: getUrl('/edor/customer/policyList', 1),
method: 'post',
data
})
}
//续期账号变更
export function renewalChange(data) {
return request({
url: getUrl('/edor/item/change', 1),
method: 'post',
data
})
}

View File

@@ -149,6 +149,7 @@ export default {
// delete res.content.coreCustomerDTOList
//preserve-customerInfo -- 保全查询的客户详细信息
if (res.result == 0) {
res.content.entry = this.entry
localStorage.setItem('preserve-customerInfo', JSON.stringify(res.content))
this.jupmTo(url)
} else {