项目报表

This commit is contained in:
weixiaobo@boe.com.cn
2023-08-18 18:43:44 +08:00
parent f902de8044
commit 55ca2e4273
2 changed files with 4 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
import http from "./configz";
import https from './confign'
// 请求组织接口
export const userGetUserOrg = (obj) => http.post('/org/getUserOrg', obj)
export const userGetUserOrg = (obj) => https.get('/organization/all/tree', obj)
// 请求所属组织接口
export const userInfo = (obj) => https.post('/user/info', obj)
// 项目列表