mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-10 11:26:45 +08:00
项目报表
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
import http from "./configz";
|
import http from "./configz";
|
||||||
import https from './confign'
|
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)
|
export const userInfo = (obj) => https.post('/user/info', obj)
|
||||||
// 项目列表
|
// 项目列表
|
||||||
|
|||||||
@@ -15,11 +15,12 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="select">
|
<div class="select">
|
||||||
<a-cascader
|
<a-cascader
|
||||||
|
change-on-select
|
||||||
:options="option"
|
:options="option"
|
||||||
placeholder="请选择组织"
|
|
||||||
v-model:value="orgId"
|
v-model:value="orgId"
|
||||||
:allowClear="allowClear"
|
|
||||||
style="width: 100%"
|
style="width: 100%"
|
||||||
|
placeholder="请选择归属组织"
|
||||||
|
:allowClear="allowClear"
|
||||||
:fieldNames="{
|
:fieldNames="{
|
||||||
label: 'orgName',
|
label: 'orgName',
|
||||||
value: 'organizationId',
|
value: 'organizationId',
|
||||||
|
|||||||
Reference in New Issue
Block a user