fix:等级方案页面接口被安全拦截,临时处理
This commit is contained in:
parent
b33394f52b
commit
63f93f90b4
|
|
@ -4,7 +4,7 @@ import {
|
|||
} from 'ecCom'
|
||||
|
||||
export const getSearchList = (params) => {
|
||||
return WeaTools.callApi('/api/bs/hrmorganization/scheme/getTable', 'GET', params);
|
||||
return WeaTools.callApi('/api/bs/hrmorganization/scheme/getSchemeTable', 'GET', params);
|
||||
}
|
||||
|
||||
export const deleteTableData = (params) => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue