Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
web-project
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
海康威视
web-project
Commits
c6775349
Commit
c6775349
authored
Sep 11, 2024
by
张伯涛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
第三级大屏传参修改
parent
37782c12
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
screenDisplay.vue
src/components/screenDisplay.vue
+4
-1
No files found.
src/components/screenDisplay.vue
View file @
c6775349
...
...
@@ -849,9 +849,11 @@ export default defineComponent({
}
if
(
markerId
.
includes
(
"marker3"
))
{
console
.
log
(
'3333333333333333333333333333333333333333333333333333333333333333'
,
stationId
)
console
.
log
(
'3333333333333333333333333333333333333333333333333333333333333333'
,
centerId
)
_this
.
markerThree
=
{
// map: map,
stationId
:
stationId
,
supplyId
:
centerId
,
// index: index,
};
_this
.
thirdLevelPageFun
()
// 第三级页面方法
...
...
@@ -1057,6 +1059,7 @@ export default defineComponent({
element
.
openF
=
false
;
});
this
.
markerThree
.
stationId
=
_this
.
transferList
[
0
].
stationId
this
.
markerThree
.
supplyId
=
_this
.
transferList
[
0
].
supplyId
_this
.
thirdLevelPageFun
()
// 第三级页面方法
if
(
!
_this
.
supplylistList
[
index
].
openF
)
{
_this
.
transferList
.
forEach
((
element
,
index
)
=>
{
...
...
@@ -1210,7 +1213,7 @@ export default defineComponent({
// 获取港益换热站报警数据
handleGetGYTransferAlarmData
(){
const
params
=
{
id
:
this
.
markerThree
.
s
tation
Id
id
:
this
.
markerThree
.
s
upply
Id
}
getGYTransferAlarmData
(
params
).
then
(
res
=>
{
this
.
alarmDataTwoList
=
res
.
data
...
...
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