不需要的console
This commit is contained in:
@ -88,7 +88,6 @@ export default {
|
||||
let className = "";
|
||||
const { clusterDeviceId, deviceId } = item,
|
||||
clusterIdList = Object.keys(this.pointIdList);
|
||||
console.log("啊啊啊啊啊", clusterDeviceId, deviceId, clusterIdList);
|
||||
if (clusterIdList.includes(clusterDeviceId)) {
|
||||
const index = this.pointIdList[clusterDeviceId].findIndex(
|
||||
(ids) => ids === parseInt(deviceId)
|
||||
|
||||
Reference in New Issue
Block a user