新增播发记录去掉devStatus
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user