提交: 修改问题
This commit is contained in:
parent
d50717d0b9
commit
6accfb2c61
|
@ -307,7 +307,6 @@ export default {
|
||||||
this.timingPingWs(this.wsDeviceInfo);
|
this.timingPingWs(this.wsDeviceInfo);
|
||||||
if (this.deviceInfo.deviceId !== this.wsDeviceInfo.deviceId) {
|
if (this.deviceInfo.deviceId !== this.wsDeviceInfo.deviceId) {
|
||||||
for (let i = 0; i < this.childDeviceList.length; i++) {
|
for (let i = 0; i < this.childDeviceList.length; i++) {
|
||||||
childDeviceIds.push(this.childDeviceList[i]["deviceId"]);
|
|
||||||
if (
|
if (
|
||||||
this.childDeviceList[i]["deviceId"] ===
|
this.childDeviceList[i]["deviceId"] ===
|
||||||
this.wsDeviceInfo["deviceId"]
|
this.wsDeviceInfo["deviceId"]
|
||||||
|
|
Loading…
Reference in New Issue