|
|
@@ -284,7 +284,7 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
getDevicesByTenant (params) {
|
|
|
- return getDevicesByTenant(this.tenant.path, params)
|
|
|
+ return getDevicesByTenant(this.tenant.path, params, { timeout: 0 })
|
|
|
},
|
|
|
onChooseDevices (devices) {
|
|
|
this.$slectedDevices = devices
|