Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gassafety
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
耿迪迪
gassafety
Commits
516f4fd4
Commit
516f4fd4
authored
Sep 02, 2021
by
耿迪迪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
坐标拾取关闭按钮 gengdidi
parent
7e82206c
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
4 deletions
+8
-4
checkDeviceLoaction.vue
...fety-web/src/components/mapDialog/checkDeviceLoaction.vue
+4
-2
checkPipeLineLocation.vue
...ty-web/src/components/mapDialog/checkPipeLineLocation.vue
+4
-2
No files found.
gassafety-web/src/components/mapDialog/checkDeviceLoaction.vue
View file @
516f4fd4
...
...
@@ -2,8 +2,7 @@
<el-dialog
title=
"拾取坐标"
:visible
.
sync=
"dialogTableVisible"
:show-close=
"false"
:close-on-click-modal=
"false"
:before-close=
"handleClose"
>
<el-row
class=
"lt"
>
...
...
@@ -112,6 +111,9 @@
//同Marker的Option设置
});
},
handleClose
(){
this
.
$emit
(
'dialogcancelFun'
);
},
search
(){
this
.
placeSearch
.
search
(
this
.
keyWorld
);
//关键字查询查询
}
...
...
gassafety-web/src/components/mapDialog/checkPipeLineLocation.vue
View file @
516f4fd4
...
...
@@ -2,8 +2,7 @@
<el-dialog
title=
"拾取坐标"
:visible
.
sync=
"dialogTableVisible"
:show-close=
"false"
:close-on-click-modal=
"false"
:before-close=
"handleClose"
>
<div
style=
"postion:relative"
>
<el-row
:span=
"8"
class=
"button"
>
...
...
@@ -89,6 +88,9 @@
search
(){
this
.
placeSearch
.
search
(
this
.
keyWorld
);
//关键字查询查询
},
handleClose
(){
this
.
$emit
(
'dialogcancelFun'
);
},
barClose
()
{
console
.
log
(
"window"
);
this
.
deviceType
=
false
;
...
...
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