Compare commits

..

No commits in common. "dcef3564d534b862cbcad4c0645bedc39232d1ec" and "5533604c4a3247a662e67c1d7d185677fcd9659b" have entirely different histories.

1 changed files with 1 additions and 4 deletions

View File

@ -1091,8 +1091,7 @@ export default {
if (
item.cameraSerialNumber != null &&
(item.deviceId == 2023042214250027 ||
item.deviceId == 2023120613270115||
item.deviceId == 2024070113400048)
item.deviceId == 2023120613270115)
) {
this.get_sel_eqbyid_list.push({ ...item, number: index });
@ -1359,8 +1358,6 @@ export default {
this.get_readControl_getState(2023120613270120);
}else if (this.limitUserId == 8) {
this.get_readControl_getState(list[0].deviceId);
}else if (this.limitUserId == 9) {
this.get_readControl_getState(list[0].deviceId);
}
},