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
ee14ceb8
Commit
ee14ceb8
authored
Jul 31, 2021
by
耿迪迪
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
ssh://111.61.77.35:15/gengdidi/gassafety
parents
7bd6f3f7
5e1da308
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
0 deletions
+16
-0
index.vue
gassafety-web/src/views/enterprise/mapView/index.vue
+12
-0
yarn.lock
yarn.lock
+4
-0
No files found.
gassafety-web/src/views/enterprise/mapView/index.vue
View file @
ee14ceb8
...
...
@@ -148,6 +148,18 @@ export default {
keyWord
:
""
,
};
},
async
created
()
{
await
countPipeLength
().
then
((
res
)
=>
{
console
.
log
(
"管道管道管道管道管道管道"
,
res
);
const
obj
=
{
number
:
res
.
data
,
type
:
"99"
};
this
.
rightBototmData
.
push
(
obj
);
});
await
countDeviceByType
().
then
((
res
)
=>
{
console
.
log
(
"markerresresresresresresresresresresresres"
,
res
);
this
.
rightBototmData
.
push
(...
res
.
data
);
});
console
.
log
(
this
.
rightBototmData
);
},
mounted
()
{
this
.
initMap
();
},
...
...
yarn.lock
0 → 100644
View file @
ee14ceb8
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1
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