Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
zhengyuan-danger-chemistry-manage
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
耿迪迪
zhengyuan-danger-chemistry-manage
Commits
99f046e1
Commit
99f046e1
authored
Nov 23, 2022
by
zhangjianqian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
应急物资管理 bug
parent
8c703f9c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
index.vue
danger-manage-web/src/views/system/info/index.vue
+4
-0
No files found.
danger-manage-web/src/views/system/info/index.vue
View file @
99f046e1
...
@@ -394,6 +394,9 @@ export default {
...
@@ -394,6 +394,9 @@ export default {
},
},
MapdialogFun
()
{
MapdialogFun
()
{
this
.
dialogTableVisible
=
true
;
this
.
dialogTableVisible
=
true
;
if
(
this
.
form
.
longitude
!=
null
&&
this
.
form
.
longitude
!=
''
){
this
.
devicePos
=
[
this
.
form
.
longitude
,
this
.
form
.
latitude
];
}
},
},
dialogcancelFun
()
{
dialogcancelFun
()
{
this
.
dialogTableVisible
=
false
;
this
.
dialogTableVisible
=
false
;
...
@@ -407,6 +410,7 @@ export default {
...
@@ -407,6 +410,7 @@ export default {
},
},
/** 新增按钮操作 */
/** 新增按钮操作 */
handleAdd
()
{
handleAdd
()
{
this
.
devicePos
=
[];
this
.
reset
();
this
.
reset
();
this
.
open
=
true
;
this
.
open
=
true
;
this
.
title
=
"添加应急物资管理"
;
this
.
title
=
"添加应急物资管理"
;
...
...
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