续期管理优化

This commit is contained in:
mengxiaolong
2020-09-01 10:58:58 +08:00
parent 0d2cd61348
commit 21bb29d65d
2 changed files with 97 additions and 9 deletions

View File

@@ -36,3 +36,12 @@ export function sendMsg(data) {
data
})
}
// 获取失效/终止保单列表
export function getInvalidOrderList(data) {
return request({
url: getUrl('/sale/policy/policyListAgent', 1),
method: 'post',
data
})
}