From 9da81a196848053ea60342ed1d3da783efd22a11 Mon Sep 17 00:00:00 2001 From: Cloud Zhang <941187371@qq.com> Date: 星期五, 10 五月 2024 10:00:21 +0800 Subject: [PATCH] 锡膏胶水操作 --- src/api/tigerapi/dept.ts | 11 +++++++---- 1 files changed, 7 insertions(+), 4 deletions(-) diff --git a/src/api/tigerapi/dept.ts b/src/api/tigerapi/dept.ts index 86f302e..ac58304 100644 --- a/src/api/tigerapi/dept.ts +++ b/src/api/tigerapi/dept.ts @@ -108,8 +108,12 @@ // 鎹偣涓嬫媺鏍� 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', @@ -117,6 +121,5 @@ // apiUrl: globSetting.taskApiUrl }, ); - return data + return data; }; - -- Gitblit v1.9.3