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
23747f2d
Commit
23747f2d
authored
Jul 21, 2022
by
13841799530
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
解润东
20220721 消息代办消息接口联调
parent
d41a270e
Pipeline
#8622
passed with stage
in 5 minutes and 3 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
6 deletions
+9
-6
src/views/common/center.vue
src/views/common/center.vue
+8
-6
src/views/messageCenter/waitEvent/index.vue
src/views/messageCenter/waitEvent/index.vue
+1
-0
No files found.
src/views/common/center.vue
View file @
23747f2d
...
@@ -14,14 +14,15 @@ export default {
...
@@ -14,14 +14,15 @@ export default {
return
{
return
{
num
:
0
,
num
:
0
,
params
:{
params
:{
id
:
0
,
id
:
this
.
$route
.
params
.
id
?
this
.
$route
.
params
.
id
:
''
,
path
:
''
,
path
:
''
,
theme
:
'
隐患
'
mainId
:
this
.
$route
.
params
.
mainId
?
this
.
$route
.
params
.
mainId
:
''
,
theme
:
this
.
$route
.
params
.
theme
?
this
.
$route
.
params
.
theme
:
'
隐患
'
},
},
api
:{
api
:{
隐患
:
'
/
hdreport/hdDetailsApp
'
,
隐患
:
'
hdreport/hdDetailsApp
'
,
风险
:
'
/
riskMain/riskDetailsApp
'
,
风险
:
'
riskMain/riskDetailsApp
'
,
安全监督检查
:
'
/
check/notify/trouble
'
安全监督检查
:
'
check/notify/trouble
'
}
}
}
}
},
},
...
@@ -29,7 +30,8 @@ export default {
...
@@ -29,7 +30,8 @@ export default {
},
},
mounted
(){
mounted
(){
postFun
(
`
${
this
.
api
[
this
.
params
.
theme
]}
/
${
this
.
params
.
id
}
`
)
console
.
log
(
this
.
params
.
theme
,
this
.
$route
)
postFun
(
`
${
this
.
api
[
this
.
params
.
theme
]}
/
${
this
.
params
.
mainId
}
`
)
.
then
(
res
=>
{
.
then
(
res
=>
{
let
data
=
res
.
data
.
hdReport
||
res
.
data
.
riskMain
;
let
data
=
res
.
data
.
hdReport
||
res
.
data
.
riskMain
;
this
.
num
=
100
this
.
num
=
100
...
...
src/views/messageCenter/waitEvent/index.vue
View file @
23747f2d
...
@@ -185,6 +185,7 @@ export default {
...
@@ -185,6 +185,7 @@ export default {
name
:
'
center
'
,
name
:
'
center
'
,
params
:
{
params
:
{
id
:
item
.
pid
,
id
:
item
.
pid
,
mainId
:
item
.
mainId
,
path
:
item
.
appUrl
,
path
:
item
.
appUrl
,
theme
:
item
.
theme
theme
:
item
.
theme
}
}
...
...
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