admin/src/components/business/OperaPlatformWindow.vue
@@ -120,13 +120,13 @@ }) }, loadLedList() { deviceList({ type: 2 }) deviceList({ type: 2, isdeleted: 0 }) .then(res => { this.ledList = res || [] }) }, loadBroadcastList() { deviceList({ type: 3 }) deviceList({ type: 3, isdeleted: 0 }) .then(res => { this.broadcastList = res || [] })