add~policyListAgent

This commit is contained in:
邓晓坤
2019-09-26 11:23:44 +08:00
parent edb1105179
commit 957b96b0ae
4 changed files with 22 additions and 4 deletions

View File

@@ -10,6 +10,13 @@ export function getPolicyList(data) {
})
}
export function getpolicyListAgent(data) {
return request({
url: getUrl('/sale/policy/policyListAgent', 1),
method: 'post',
data
})
}
// 获取保单详情
export function getPolicyDetail(data) {
return request({