ll
liukangdong
2024-10-11 85c624731a4c554f8828c9c5cacf431142801435
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 || []
        })