Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
BCDH-APP
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
首开风险隐患双控平台
BCDH-APP
Commits
f0817410
Commit
f0817410
authored
Nov 05, 2021
by
罗新东
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改了隐患整改页面
parent
2d409216
Pipeline
#7028
passed with stage
in 11 seconds
Changes
3
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
239 additions
and
103 deletions
+239
-103
src/service/danger.js
src/service/danger.js
+20
-0
src/views/danger/changeDanger/index.vue
src/views/danger/changeDanger/index.vue
+219
-102
src/views/danger/confirmeDanger/index.vue
src/views/danger/confirmeDanger/index.vue
+0
-1
No files found.
src/service/danger.js
View file @
f0817410
...
...
@@ -265,6 +265,26 @@ export function delayEdit(url, data) {
})
}
// 隐患整改
export
function
list1
(
url
=
"
/rectification/list1
"
,
data
)
{
return
request
({
url
,
method
:
'
post
'
,
data
})
}
// 隐患整改已退回
export
function
list2
(
url
=
"
/rectification/list2
"
,
data
)
{
return
request
({
url
,
method
:
'
post
'
,
data
})
}
// 隐患整改已退回
...
...
src/views/danger/changeDanger/index.vue
View file @
f0817410
This diff is collapsed.
Click to expand it.
src/views/danger/confirmeDanger/index.vue
View file @
f0817410
...
...
@@ -2,7 +2,6 @@
<div>
<LHeader
:text=
"text"
></LHeader>
<van-search
v-model=
"searchValue"
placeholder=
"搜索"
@
search=
"onSearch"
/>
<!-- 内容列表 -->
<div
class=
"con-list"
@
touchmove=
"showIndex = null"
>
<van-cell-group
...
...
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