diff --git a/pages/video/videoList.vue b/pages/video/videoList.vue index abe7937..9f6d765 100644 --- a/pages/video/videoList.vue +++ b/pages/video/videoList.vue @@ -88,7 +88,7 @@ communityId: getCommunityId(), maId: this.maId, machineNameLike: this.machineNameLike, - iotApiCode: 'listMonitorMachineBmoImpl' + iotApiCode: 'listStaffMonitorMachineBmoImpl' }).then(_data => { _that.machines = _data.data; })