فهرست منبع

[Fix 0000] 修复LED避灾路线显示屏无法正确停止播放的问题

houzekong 1 ماه پیش
والد
کامیت
893df7c165
1فایلهای تغییر یافته به همراه1 افزوده شده و 3 حذف شده
  1. 1 3
      src/views/vent/monitorManager/ledMonitor/index.vue

+ 1 - 3
src/views/vent/monitorManager/ledMonitor/index.vue

@@ -141,9 +141,7 @@
       ledList = selection;
     }
 
-    stopVoice({
-      deviceIdList: ledList.map((e) => e.deviceId), //设备id,可以传多个
-    });
+    stopVoice(ledList.map((e) => e.deviceId));
   }
 
   onMounted(async () => {