Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gassafety-progress
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-progress
Commits
0a050720
Commit
0a050720
authored
Feb 22, 2022
by
wuqinghua
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2022-2-22 吴卿华 坐标回显
parent
39fbb01a
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
index.vue
gassafetyprogress-web/src/views/regulation/device/index.vue
+1
-0
index.vue
gassafetyprogress-web/src/views/regulation/station/index.vue
+2
-1
No files found.
gassafetyprogress-web/src/views/regulation/device/index.vue
View file @
0a050720
...
...
@@ -746,6 +746,7 @@ export default {
this
.
form
=
response
.
data
;
this
.
open
=
true
;
this
.
title
=
"修改设备信息"
;
this
.
devicePos
=
[
response
.
data
.
longitude
,
response
.
data
.
latitude
];
}
);
}
,
/** 删除按钮操作 */
...
...
gassafetyprogress-web/src/views/regulation/station/index.vue
View file @
0a050720
...
...
@@ -596,7 +596,6 @@ export default {
selectTEnterprise
().
then
(
response
=>
{
this
.
test
=
response
.
data
;
}
);
const
deviceId
=
row
.
siteStationId
||
this
.
ids
var
tDeviceInfon
=
{
id
:
deviceId
,
...
...
@@ -614,7 +613,9 @@ export default {
this
.
form
=
response
.
data
;
this
.
open
=
true
;
this
.
title
=
"修改场站信息"
;
this
.
devicePos
=
[
response
.
data
.
longitude
,
response
.
data
.
latitude
];
}
);
}
,
...
...
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