fix(ui) - cards filter reset
This commit is contained in:
parent
abfb97ec0d
commit
73eb4219a1
1 changed files with 4 additions and 0 deletions
|
|
@ -83,6 +83,10 @@ export default class MetricStore {
|
|||
updateKey(key: string, value: any) {
|
||||
// @ts-ignore
|
||||
this[key] = value;
|
||||
|
||||
if (key === 'filter') {
|
||||
this.page = 1;
|
||||
}
|
||||
}
|
||||
|
||||
setClickMaps(val: boolean) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue