From c550b3ba1b5a88a3d0c94d627b409758e02e5e48 Mon Sep 17 00:00:00 2001 From: liuye Date: Thu, 20 Jan 2022 09:06:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E6=92=AD=E5=8F=91=E8=AE=B0?= =?UTF-8?q?=E5=BD=95=E5=8E=BB=E6=8E=89devStatus?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/AppBroadcast/addPlay.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/AppBroadcast/addPlay.vue b/src/apps/AppBroadcast/addPlay.vue index 0ebbd7a6..e304e7eb 100644 --- a/src/apps/AppBroadcast/addPlay.vue +++ b/src/apps/AppBroadcast/addPlay.vue @@ -306,7 +306,7 @@ export default { }) }, getEquipmentList() { - this.$http.post(`/app/appdlbquipment/getDlbDeviceList?current=1&size=10000&devStatus=5&keyword=`).then((res) => { + this.$http.post(`/app/appdlbquipment/getDlbDeviceList?current=1&size=10000&keyword=`).then((res) => { if (res.code == 0) { this.equipmentList = [] if (res.data && res.data.records.length) {