jiangping
2024-10-21 c5a0ff2661fe362dddbe88c6a28d19c48c24c39b
admin/src/components/business/OperaPlatformWindow.vue
@@ -124,13 +124,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 || []
        })