pathFollow.getCheckList

巡检-获取巡检目标

模块:Path调用:piclient.emit('pathFollow.getCheckList', {...})

获取该巡检路线的所有巡检目标

输入

参数类型必填默认值说明
targetstringObjectId场景中的巡检路线

输出

参数类型必填默认值说明
checktargetListarray[]

调用

typescript
piclient.emit("pathfollow.getCheckList",{
	target: "ObjectId", //场景中的巡检路线
}).then(data => {
	console.log(data)
})
← 返回 Path 模块