This commit is contained in:
home孙 2025-04-29 09:22:25 +08:00
parent ca509fa9cd
commit 368cc9d33c

View File

@ -774,13 +774,16 @@ export default {
// console.log("id Copy", res);
res.data.data.forEach((item, index) => {
// id
// id1() 使ID
if (
item.cameraSerialNumber != null &&
(item.deviceId == 2023042214250027 ||
item.deviceId == 2023120613270115 ||
item.deviceId == 2024070113400048 ||
item.deviceId == 2023042214250017||
item.deviceId == 2023120613270053)
item.deviceId == 2023120613270053|| (this.limitUserId==1&&index==0)
)
) {
this.get_sel_eqbyid_list.push({ ...item, number: index });