| | |
| | | // 据点下拉树 |
| | | export const optionsListApi = async (params: Recordable) => { |
| | | // const usParams = genAction('V_USER_ORG', `USER_ID='${userid}'`); |
| | | const usParams = genAction('V_USER_ORG', { QueryAble_T:"", where: "USER_ID = '" + params + "'", order:''}); |
| | | var data = await defHttp.post( |
| | | const usParams = genAction('V_USER_ORG', { |
| | | QueryAble_T: '', |
| | | where: "USER_ID = '" + params + "'", |
| | | order: '', |
| | | }); |
| | | const data = await defHttp.post( |
| | | { url: Api.QueryUrl, params: usParams }, |
| | | { |
| | | errorMessageMode: 'none', |
| | |
| | | // apiUrl: globSetting.taskApiUrl |
| | | }, |
| | | ); |
| | | return data |
| | | return data; |
| | | }; |
| | | |