Merge pull request '1' (#236) from pc-master into portal

Reviewed-on: #236
This commit is contained in:
xiaomeng 2025-04-29 01:32:45 +00:00
commit 5f6b637b92

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 });