Commit d67f5b13 by guibin

天合堂设备实时状态页面修改

parent 225ba05e
...@@ -607,6 +607,7 @@ ...@@ -607,6 +607,7 @@
} }
}).sort((a, b) => (codeToSeqMap[a.code] || Number.MAX_SAFE_INTEGER) }).sort((a, b) => (codeToSeqMap[a.code] || Number.MAX_SAFE_INTEGER)
- (codeToSeqMap[b.code] || Number.MAX_SAFE_INTEGER)); - (codeToSeqMap[b.code] || Number.MAX_SAFE_INTEGER));
this.deviceList = this.deviceList.filter((device) => device)
}, },
formatTime(seconds) { formatTime(seconds) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment