jiangping
2024-10-11 10cd77285a9d54b0e889e2917c0a5e3e55e83cf6
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 || []
        })