Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
R
rongtong-pc
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
融通安全管理系统
rongtong-pc
Commits
a07354f3
Commit
a07354f3
authored
Aug 24, 2023
by
周昊
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1、修改固有风险清单库字段
parent
cf607e34
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
180 deletions
+10
-180
src/api/risk/inherent.js
src/api/risk/inherent.js
+5
-5
src/views/risk/inherent/index.vue
src/views/risk/inherent/index.vue
+5
-175
No files found.
src/api/risk/inherent.js
View file @
a07354f3
...
...
@@ -3,7 +3,7 @@ import request from '@/utils/request'
// 查询固有风险清单库列表
export
function
listInherent
(
query
)
{
return
request
({
url
:
'
system/risk/inherent/list
'
,
url
:
'
system/risk/inherent
DB
/list
'
,
method
:
'
get
'
,
params
:
query
})
...
...
@@ -12,7 +12,7 @@ export function listInherent(query) {
// 查询固有风险清单库详细
export
function
getInherent
(
id
)
{
return
request
({
url
:
'
system/risk/inherent/
'
+
id
,
url
:
'
system/risk/inherent
DB
/
'
+
id
,
method
:
'
get
'
})
}
...
...
@@ -20,7 +20,7 @@ export function getInherent(id) {
// 新增固有风险清单库
export
function
addInherent
(
data
)
{
return
request
({
url
:
'
system/risk/inherent
'
,
url
:
'
system/risk/inherent
DB
'
,
method
:
'
post
'
,
data
:
data
})
...
...
@@ -29,7 +29,7 @@ export function addInherent(data) {
// 修改固有风险清单库
export
function
updateInherent
(
data
)
{
return
request
({
url
:
'
system/risk/inherent
'
,
url
:
'
system/risk/inherent
DB
'
,
method
:
'
put
'
,
data
:
data
})
...
...
@@ -38,7 +38,7 @@ export function updateInherent(data) {
// 删除固有风险清单库
export
function
delInherent
(
id
)
{
return
request
({
url
:
'
system/risk/inherent/
'
+
id
,
url
:
'
system/risk/inherent
DB
/
'
+
id
,
method
:
'
delete
'
})
}
src/views/risk/inherent/index.vue
View file @
a07354f3
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