refac
This commit is contained in:
@@ -97,6 +97,10 @@
|
||||
}
|
||||
};
|
||||
|
||||
$: if (query) {
|
||||
page = 1;
|
||||
}
|
||||
|
||||
$: if (query !== null && page !== null && orderBy !== null && direction !== null) {
|
||||
getUserList();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user