|
|
@ -35,7 +35,6 @@ export function getListOrg(data) { |
|
|
|
}) |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
// 根据当前登录人orgSidPath(全路径sid)查询分公司
|
|
|
|
export function getOrgSidByPath(data) { |
|
|
|
return request({ |
|
|
@ -53,7 +52,6 @@ export function fetchBySid(sid) { |
|
|
|
}) |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
// 根据分公司Sid获取分公司下所有的部门
|
|
|
|
export function getListDeptByOrgSid(data) { |
|
|
|
return request({ |
|
|
@ -139,6 +137,15 @@ export function getGroupList(data) { |
|
|
|
}) |
|
|
|
} |
|
|
|
|
|
|
|
// 部门sid获取索赔厂家
|
|
|
|
export function getListByUseOrgSid(data) { |
|
|
|
return request({ |
|
|
|
url: '/as/v1/asserviceclaimanu/getListByUseOrgSid', |
|
|
|
method: 'post', |
|
|
|
params: data |
|
|
|
}) |
|
|
|
} |
|
|
|
|
|
|
|
// 查询分页列表 -- 客户列表
|
|
|
|
export function customerListPage(params) { |
|
|
|
return request({ |
|
|
|