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
be2ffc67
Commit
be2ffc67
authored
Mar 03, 2022
by
耿迪迪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
设备监控修改 gengdidi
parent
0e20a003
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
1 deletion
+9
-1
index.vue
gassafety-web/src/views/device/devicemonitor/index.vue
+9
-1
No files found.
gassafety-web/src/views/device/devicemonitor/index.vue
View file @
be2ffc67
...
@@ -461,7 +461,15 @@ export default {
...
@@ -461,7 +461,15 @@ export default {
},
},
getAllDeviceInfo
(){
getAllDeviceInfo
(){
getAllDeviceInfo
().
then
(
response
=>
{
getAllDeviceInfo
().
then
(
response
=>
{
this
.
devices
=
response
.
data
;
let
devicesList
=
[];
response
.
data
.
forEach
((
item
,
index
)
=>
{
if
(
item
.
deviceType
==
'3'
||
item
.
deviceType
==
'4'
){
devicesList
.
push
(
item
)
}
})
this
.
devices
=
devicesList
;
//console.log(response.data,"==========fsdafdsfsdf=======")
//this.devices = response.data;
});
});
},
},
pipeAllInfoList
(){
pipeAllInfoList
(){
...
...
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