Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Administrator
/
project_progress
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 03a2859d
authored
Jun 20, 2024
by
liangzhen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
赛选项目
1 parent
e551d5e3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
src/api/index.js
src/views/compliance/taskConfigure.vue
src/api/index.js
View file @
03a2859
...
...
@@ -291,6 +291,10 @@ export function iPageRorm(params) {
export
function
auditTasks
(
params
)
{
return
post
(
`
${
ARCH_EVALUATION
}
/auditTasks/`
,
params
)
}
//自动稽核任务配置 全部项目
export
function
selProjectList
(
params
)
{
return
post
(
`
${
ARCH_EVALUATION
}
/auditTasks/selProjectList`
,
params
)
}
//新增自动稽核任务配置
export
function
addauditTasks
(
params
)
{
return
post
(
`
${
ARCH_EVALUATION
}
/auditTasks/ad`
,
params
)
...
...
src/views/compliance/taskConfigure.vue
View file @
03a2859
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
Attach a file
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 post a comment