Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
P
pingshan-ranqi
Project
Project
Details
Activity
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
yaqizhang
pingshan-ranqi
Commits
1cf5acdd
Commit
1cf5acdd
authored
Nov 20, 2021
by
纪泽龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
左侧抽屉父级没选中的时候点子级,父级会自动选中
parent
38bea365
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
index.vue
gassafety-web/src/views/enterprise/mapView/index.vue
+5
-1
No files found.
gassafety-web/src/views/enterprise/mapView/index.vue
View file @
1cf5acdd
...
@@ -1403,7 +1403,11 @@ export default {
...
@@ -1403,7 +1403,11 @@ export default {
this
.
domAllShow
();
this
.
domAllShow
();
// 如果没打对勾,就啥也不干
// 如果没打对勾,就啥也不干
if
(
!
this
.
leftBarNum
.
includes
(
item
.
value
))
return
;
// if (!this.leftBarNum.includes(item.value)) return;
// 如果是没有打钩,就给他打上勾
if
(
!
this
.
leftBarNum
.
includes
(
item
.
value
))
{
this
.
leftBarChange
(
item
)
}
// 点击的时候允许infowindow消失
// 点击的时候允许infowindow消失
this
.
gaoMap
.
leftListClick
=
true
;
this
.
gaoMap
.
leftListClick
=
true
;
// 如果地图太大了就吸纳是不出来infowindow了,所以要固定缩放比例
// 如果地图太大了就吸纳是不出来infowindow了,所以要固定缩放比例
...
...
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