Compare commits
3 Commits
5533604c4a
...
dcef3564d5
Author | SHA1 | Date |
---|---|---|
xiaomeng | dcef3564d5 | |
home孙 | 9eeac29762 | |
home孙 | 2bbe82e98c |
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue