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
c5a1dc8c
Commit
c5a1dc8c
authored
May 16, 2022
by
13841799530
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug修复解润东
20220516
parent
855117e2
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
25 additions
and
3 deletions
+25
-3
src/views/danger/addDanger/addDanger.vue
src/views/danger/addDanger/addDanger.vue
+7
-0
src/views/danger/dangerPatrol/dangerPatrolTime/index.vue
src/views/danger/dangerPatrol/dangerPatrolTime/index.vue
+1
-0
src/views/danger/dangerPatrol/implement/index.vue
src/views/danger/dangerPatrol/implement/index.vue
+14
-1
src/views/danger/dangerPatrol/recordPatrol/index.vue
src/views/danger/dangerPatrol/recordPatrol/index.vue
+1
-1
src/views/danger/dangerPatrol/recordPatrolTime/index.vue
src/views/danger/dangerPatrol/recordPatrolTime/index.vue
+2
-1
No files found.
src/views/danger/addDanger/addDanger.vue
View file @
c5a1dc8c
...
...
@@ -393,6 +393,13 @@ export default {
this
.
hdLev
=
this
.
$route
.
query
.
hdLev
this
.
getList
();
//隐患巡查跳转回显
if
(
this
.
proId
){
var
obj
=
{
id
:
this
.
proId
,
projectName
:
this
.
projectName
}
this
.
onConProjectName
(
obj
)
}
if
(
this
.
hdType
){
this
.
onConRange
(
this
.
hdRange
)
}
...
...
src/views/danger/dangerPatrol/dangerPatrolTime/index.vue
View file @
c5a1dc8c
...
...
@@ -107,6 +107,7 @@ export default {
name
:
"
implement
"
,
query
:{
id
:
val
.
title
,
content
:
val
.
content
}
});
}
...
...
src/views/danger/dangerPatrol/implement/index.vue
View file @
c5a1dc8c
...
...
@@ -100,7 +100,8 @@ export default {
data
()
{
return
{
id
:
""
,
//巡查周期id
text
:
"
执行巡查
"
,
content
:
''
,
text
:
this
.
$route
.
query
.
content
?
this
.
$route
.
query
.
content
:
'
执行巡查
'
,
messageList
:
[],
active
:
0
,
hdType
:
''
,
...
...
@@ -131,6 +132,9 @@ export default {
if
(
this
.
$route
.
query
.
cycle
)
{
this
.
cycle
=
this
.
$route
.
query
.
cycle
;
}
if
(
this
.
$route
.
query
.
content
)
{
this
.
content
=
this
.
$route
.
query
.
content
;
}
this
.
loadingTabs
()
},
methods
:
{
...
...
@@ -210,6 +214,11 @@ export default {
});
},
finish
()
{
this
.
$dialog
.
confirm
({
title
:
"
提示
"
,
message
:
"
确定提交吗?
"
}).
then
(()
=>
{
this
.
$toast
.
loading
({
message
:
"
提交中...
"
,
forbidClick
:
true
,
...
...
@@ -233,6 +242,10 @@ export default {
this
.
$toast
.
clear
();
this
.
$toast
.
fail
(
"
提交失败,请稍后再试
"
);
});
})
.
catch
(()
=>
{
});
}
}
};
...
...
src/views/danger/dangerPatrol/recordPatrol/index.vue
View file @
c5a1dc8c
...
...
@@ -102,7 +102,7 @@ export default {
endTime
:
''
,
date
:
''
,
id
:
''
,
//巡查周期id
text
:
"
巡查记录
"
,
text
:
this
.
$route
.
query
.
content
?
this
.
$route
.
query
.
content
:
"
巡查记录
"
,
value
:
''
,
//搜索值
show
:
false
,
//是否显示日历
searchValue
:
""
,
...
...
src/views/danger/dangerPatrol/recordPatrolTime/index.vue
View file @
c5a1dc8c
...
...
@@ -110,7 +110,8 @@ export default {
this
.
$router
.
push
({
name
:
"
record-patrol
"
,
query
:{
id
:
val
.
title
id
:
val
.
title
,
content
:
val
.
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