不需要的console
This commit is contained in:
@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user