|
@@ -608,7 +608,6 @@ export default {
|
|
|
listDevRecursionByArea(this.queryParams).then(response => {
|
|
|
console.log('参数', JSON.stringify(this.queryParams))
|
|
|
this.deviceList = response.rows
|
|
|
- console.log('deviceList', this.deviceList)
|
|
|
this.total = response.total
|
|
|
this.loading = false
|
|
|
})
|