国富commit-2ecc58241492ab82267476b5fe7ec8c39498988b

This commit is contained in:
xiaokun
2019-09-22 14:58:04 +08:00
parent 83e94dbfa3
commit cf45352eea
27 changed files with 2013 additions and 1380 deletions

View File

@@ -4,7 +4,7 @@ import getUrl from '@/assets/js/utils/get-url'
// 获取保单列表
export function getPolicyList(data) {
return request({
url: getUrl('/sale/policy/policyListAgent', 1),
url: getUrl('/sale/policy/policyList', 1),
method: 'post',
data
})