Compare commits
No commits in common. "dcef3564d534b862cbcad4c0645bedc39232d1ec" and "5533604c4a3247a662e67c1d7d185677fcd9659b" have entirely different histories.
dcef3564d5
...
5533604c4a
|
@ -1091,8 +1091,7 @@ export default {
|
||||||
if (
|
if (
|
||||||
item.cameraSerialNumber != null &&
|
item.cameraSerialNumber != null &&
|
||||||
(item.deviceId == 2023042214250027 ||
|
(item.deviceId == 2023042214250027 ||
|
||||||
item.deviceId == 2023120613270115||
|
item.deviceId == 2023120613270115)
|
||||||
item.deviceId == 2024070113400048)
|
|
||||||
) {
|
) {
|
||||||
this.get_sel_eqbyid_list.push({ ...item, number: index });
|
this.get_sel_eqbyid_list.push({ ...item, number: index });
|
||||||
|
|
||||||
|
@ -1359,8 +1358,6 @@ export default {
|
||||||
this.get_readControl_getState(2023120613270120);
|
this.get_readControl_getState(2023120613270120);
|
||||||
}else if (this.limitUserId == 8) {
|
}else if (this.limitUserId == 8) {
|
||||||
this.get_readControl_getState(list[0].deviceId);
|
this.get_readControl_getState(list[0].deviceId);
|
||||||
}else if (this.limitUserId == 9) {
|
|
||||||
this.get_readControl_getState(list[0].deviceId);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue