Compare commits

...

3 Commits

Author SHA1 Message Date
xiaomeng dcef3564d5 Merge pull request 'pc-master' (#196) from pc-master into portal
Reviewed-on: #196
2024-11-28 13:19:28 +00:00
home孙 9eeac29762 1 2024-11-28 21:17:08 +08:00
home孙 2bbe82e98c 1 2024-11-28 21:13:49 +08:00
1 changed files with 4 additions and 1 deletions

View File

@ -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 });
@ -1358,6 +1359,8 @@ 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);
} }
}, },