mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-20 10:46:44 +08:00
续期管理优化
This commit is contained in:
@@ -36,3 +36,12 @@ export function sendMsg(data) {
|
||||
data
|
||||
})
|
||||
}
|
||||
|
||||
// 获取失效/终止保单列表
|
||||
export function getInvalidOrderList(data) {
|
||||
return request({
|
||||
url: getUrl('/sale/policy/policyListAgent', 1),
|
||||
method: 'post',
|
||||
data
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user