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
c9bfd38c
Commit
c9bfd38c
authored
Oct 13, 2021
by
莫晓莉
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加信息功能成功
parent
9bd5fdae
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
64 additions
and
1 deletions
+64
-1
src/api/manage/manage.js
+64
-1
src/views/manage/index.vue
+0
-0
No files found.
src/api/manage/manage.js
View file @
c9bfd38c
...
...
@@ -24,7 +24,7 @@ export const createNews = (data) => {
export
const
findCurrentDepts
=
(
data
)
=>
{
return
request
({
url
:
'websiteCluster/website/findCurrentDepts'
,
method
:
'
POS
T'
,
method
:
'
GE
T'
,
data
})
}
...
...
@@ -38,6 +38,16 @@ export const getManageList = (data) => {
})
}
//管理列表--删除信息
export
const
deleteNews
=
(
data
)
=>
{
return
request
({
url
:
'websiteCluster/website/deleteNews'
,
method
:
'POST'
,
data
})
}
//用户法院等级
export
const
userCourtLevel
=
(
data
)
=>
{
return
request
({
...
...
@@ -48,6 +58,59 @@ export const userCourtLevel = (data) => {
}
//获取该用户审核信息列表
export
const
assInfoList
=
(
data
)
=>
{
return
request
({
url
:
'websiteCluster/website/getAssInfoList'
,
method
:
'POST'
,
data
})
}
//获取收报信息列表
export
const
getSBList
=
(
data
)
=>
{
return
request
({
url
:
'websiteCluster/website/getSBList'
,
method
:
'POST'
,
data
})
}
//管理列表--新闻详情
export
const
newsDetail
=
(
data
)
=>
{
return
request
({
url
:
'websiteCluster/website/newsDetail'
,
method
:
'POST'
,
data
})
}
//审核列表--提建议
export
const
giveAdvise
=
(
data
)
=>
{
return
request
({
url
:
'websiteCluster/website/advise'
,
method
:
'POST'
,
data
})
}
//留言详情
export
const
messageDetail
=
(
data
)
=>
{
return
request
({
url
:
'websiteCluster/website/messageDetail'
,
method
:
'POST'
,
data
})
}
// /websiteCluster/website/getSBList
// 获取收报信息列表
...
...
src/views/manage/index.vue
View file @
c9bfd38c
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