Compare commits

..

No commits in common. "5f6b637b9213c83e33eb5697c5824d8f9d48efd0" and "643b12ef6535af5e1f8cf8974f196bc6a54aeac1" have entirely different histories.

View File

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