mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-10 03:26:45 +08:00
[NEW]【保全-续期】增加客户搜索接口
This commit is contained in:
@@ -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
|
||||
})
|
||||
}
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user