'切换保单列表接口地址'

This commit is contained in:
proudlx
2021-04-08 15:45:29 +08:00
parent 82652c980d
commit a6ae547f3a
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ import getUrl from '@/assets/js/utils/get-url'
// 订单列表
export function getPolicyListAgent(data) {
return request({
url: getUrl('/sale/policy/policyListAgent', 1),
url: getUrl('/sale/policy/getReOrderPolicyListAgent', 1),
method: 'post',
data
})