不需要的console

This commit is contained in:
2025-08-15 14:18:50 +08:00
parent 0299d32a52
commit 587094e85e

View File

@ -88,7 +88,6 @@ export default {
let className = ""; let className = "";
const { clusterDeviceId, deviceId } = item, const { clusterDeviceId, deviceId } = item,
clusterIdList = Object.keys(this.pointIdList); clusterIdList = Object.keys(this.pointIdList);
console.log("啊啊啊啊啊", clusterDeviceId, deviceId, clusterIdList);
if (clusterIdList.includes(clusterDeviceId)) { if (clusterIdList.includes(clusterDeviceId)) {
const index = this.pointIdList[clusterDeviceId].findIndex( const index = this.pointIdList[clusterDeviceId].findIndex(
(ids) => ids === parseInt(deviceId) (ids) => ids === parseInt(deviceId)