项目报表

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)
// 项目列表

View File

@@ -15,11 +15,12 @@
</div>
<div class="select">
<a-cascader
change-on-select
:options="option"
placeholder="请选择组织"
v-model:value="orgId"
:allowClear="allowClear"
style="width: 100%"
placeholder="请选择归属组织"
:allowClear="allowClear"
:fieldNames="{
label: 'orgName',
value: 'organizationId',