mirror of
https://github.com/MikroWizard/mikrofront.git
synced 2025-12-10 20:19:30 +00:00
Fix Some Bugs in Deices List and device detail
This commit is contained in:
parent
ed9d21073c
commit
69af8e0e8e
3 changed files with 7 additions and 10 deletions
|
|
@ -436,8 +436,6 @@ export class DevicesComponent implements OnInit, OnDestroy {
|
|||
var data = {
|
||||
group_id: this.selected_group,
|
||||
search: false,
|
||||
page: this.paging.page,
|
||||
size: this.paging.pageSize,
|
||||
};
|
||||
clearTimeout(this.list_update_timer);
|
||||
_self.list_update_timer = setTimeout(function () {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue