From 0871dece84183bce44518335b8d08975afd96991 Mon Sep 17 00:00:00 2001 From: wuxw <928255095@qq.com> Date: Wed, 31 Jul 2024 17:34:11 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=AF=E6=8C=81=E7=9B=91=E6=8E=A7=E5=B9=B3?= =?UTF-8?q?=E5=8F=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/video/videoList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; })