mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-16 19:16:44 +08:00
机构名称分为内勤04、05,外勤06,07,08,判断五种情况取数据
This commit is contained in:
@@ -36,3 +36,13 @@ export function getOrgList(data) {
|
||||
data
|
||||
})
|
||||
}
|
||||
|
||||
// 获取MIS全部机构 (分级)接口--因内勤多加一级,所以用这个接口
|
||||
export function getMisBranchComList(data) {
|
||||
return request({
|
||||
url: getUrl('/data/performance/getMisBranchComList', 1),
|
||||
method: 'post',
|
||||
data
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user