pull/196/head
parent
2bbe82e98c
commit
9eeac29762
|
@ -1091,7 +1091,8 @@ 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 });
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue