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
7e30b74e
Commit
7e30b74e
authored
May 10, 2022
by
13841799530
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
接口联通
解润东 20220510
parent
00eead50
Pipeline
#8292
passed with stage
in 5 minutes and 5 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
15 deletions
+15
-15
src/views/danger/dangerPatrol/implement/index.vue
src/views/danger/dangerPatrol/implement/index.vue
+8
-8
src/views/danger/dangerPatrol/recordPatrolTime/index.vue
src/views/danger/dangerPatrol/recordPatrolTime/index.vue
+7
-7
No files found.
src/views/danger/dangerPatrol/implement/index.vue
View file @
7e30b74e
...
...
@@ -92,7 +92,7 @@ export default {
text
:
"
执行巡查
"
,
messageList
:
[],
active
:
0
,
post
Type
:
''
,
hd
Type
:
''
,
tabs
:
[
// {
// title: "安全管理类",
...
...
@@ -119,16 +119,16 @@ export default {
},
methods
:
{
onClick
(
name
,
title
){
this
.
post
Type
=
title
this
.
hd
Type
=
title
this
.
postList
()
},
loadingTabs
(){
postWork
(
"
patrol/running/
dict
"
).
then
(
res
=>
{
this
.
postType
=
res
.
data
[
0
].
dictLabel
postWork
(
"
patrol/running/
hdType
"
).
then
(
res
=>
{
this
.
hdType
=
res
.
data
[
0
].
hdType
res
.
data
.
forEach
((
i
)
=>
{
this
.
tabs
.
push
({
title
:
i
.
dictLabel
,
api
:
i
.
dictValue
title
:
i
.
hdType
,
api
:
i
.
id
})
})
this
.
postList
();
...
...
@@ -152,9 +152,9 @@ export default {
});
let
obj
=
{
cycle
:
this
.
id
,
postType
:
this
.
post
Type
hdType
:
this
.
hd
Type
};
postFun
(
"
patrol/running/list?cycle=
"
+
this
.
id
+
'
&
postType=
'
+
this
.
post
Type
)
postFun
(
"
patrol/running/list?cycle=
"
+
this
.
id
+
'
&
hdType=
'
+
this
.
hd
Type
)
.
then
(
res
=>
{
this
.
messageList
=
res
.
data
;
this
.
$toast
.
clear
();
...
...
src/views/danger/dangerPatrol/recordPatrolTime/index.vue
View file @
7e30b74e
...
...
@@ -48,37 +48,37 @@ export default {
{
title
:
"
1
"
,
imgUrl
:
require
(
"
@/assets/dangerPatrol/patrol-icon.png
"
),
content
:
"
日查
清单
"
content
:
"
日查
记录
"
},
{
title
:
"
2
"
,
imgUrl
:
require
(
"
@/assets/dangerPatrol/patrol-icon.png
"
),
content
:
"
周查
清单
"
content
:
"
周查
记录
"
},
{
title
:
"
3
"
,
imgUrl
:
require
(
"
@/assets/dangerPatrol/patrol-icon.png
"
),
content
:
"
半月查
清单
"
content
:
"
半月查
记录
"
},
{
title
:
"
4
"
,
imgUrl
:
require
(
"
@/assets/dangerPatrol/patrol-icon.png
"
),
content
:
"
月查
清单
"
content
:
"
月查
记录
"
},
{
title
:
"
5
"
,
imgUrl
:
require
(
"
@/assets/dangerPatrol/patrol-icon.png
"
),
content
:
"
季查
清单
"
content
:
"
季查
记录
"
},
{
title
:
"
6
"
,
imgUrl
:
require
(
"
@/assets/dangerPatrol/patrol-icon.png
"
),
content
:
"
半年查
清单
"
content
:
"
半年查
记录
"
},
{
title
:
"
7
"
,
imgUrl
:
require
(
"
@/assets/dangerPatrol/patrol-icon.png
"
),
content
:
"
年查
清单
"
content
:
"
年查
记录
"
}
]
};
...
...
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