Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
court-inner
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
莫晓莉
court-inner
Commits
168bcc8c
Commit
168bcc8c
authored
Oct 12, 2021
by
莫晓莉
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
栏目管理
parent
8b2bf044
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
63 additions
and
0 deletions
+63
-0
src/api/manage/manage.js
+63
-0
src/router/routers.js
+0
-0
src/views/manage/index.vue
+0
-0
No files found.
src/api/manage/manage.js
0 → 100644
View file @
168bcc8c
import
request
from
'@/utils/request'
//获取本院栏目树
export
const
getBoardTree
=
(
data
)
=>
{
return
request
({
url
:
'websiteCluster/board/tree'
,
method
:
'POST'
,
data
})
}
//添加信息
export
const
createNews
=
(
data
)
=>
{
return
request
({
url
:
'websiteCluster/website/createNews'
,
method
:
'POST'
,
data
})
}
//获取本院部门
export
const
findCurrentDepts
=
(
data
)
=>
{
return
request
({
url
:
'websiteCluster/website/findCurrentDepts'
,
method
:
'POST'
,
data
})
}
//新闻管理列表
export
const
getManageList
=
(
data
)
=>
{
return
request
({
url
:
'websiteCluster/website/manageList'
,
method
:
'POST'
,
data
})
}
//用户法院等级
export
const
userCourtLevel
=
(
data
)
=>
{
return
request
({
url
:
'websiteCluster/website/userCourtLevel'
,
method
:
'POST'
,
data
})
}
// /websiteCluster/website/getSBList
// 获取收报信息列表
// //场所排期选择:下拉联动,查询市级部门下的法院信息
// export const getCourtByDeptId = (deptId,courtCode) => {
// return request({
// url: `meeting/room/court/getCourt/${deptId}/${courtCode }`,
// method: 'GET',
// })
// }
\ No newline at end of file
src/router/routers.js
View file @
168bcc8c
src/views/manage/index.vue
View file @
168bcc8c
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment