Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
任超
/
js.CadastralSystem
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
d1a0f247
authored
2020-12-29 16:17:33 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
构筑物右键菜单关闭
1 parent
faefdea0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletions
src/components/lineTree/lineTree.vue
src/components/lineTree/lineTree.vue
View file @
d1a0f24
...
...
@@ -202,6 +202,13 @@ export default {
document
.
body
.
removeEventListener
(
"click"
,
this
.
closeMenu
);
}
},
gzwVisible
(
value
)
{
if
(
value
)
{
document
.
body
.
addEventListener
(
"click"
,
this
.
closeMenu
);
}
else
{
document
.
body
.
removeEventListener
(
"click"
,
this
.
closeMenu
);
}
},
// createVisible(value) {
// if (value) {
...
...
@@ -379,7 +386,7 @@ export default {
closeMenu
(){
this
.
lpbvisible
=
false
;
this
.
dzVisible
=
false
;
// this.create
Visible = false;
this
.
gzw
Visible
=
false
;
},
//楼盘表右键菜单项打开父组件弹框
openLpbDialog
(
type
){
...
...
Please
register
or
sign in
to post a comment