fixing Bug

This commit is contained in:
2022-01-05 11:35:26 +07:00
parent 2cb4f9319c
commit d47f838dc1
4 changed files with 193 additions and 70 deletions

View File

@@ -20,6 +20,9 @@ export class Payback {
filterMembership=null;
filterStart=null;
filterEnd=null;
//filter created
visibleModalFilterCreate=false
constructor(ctx) {
this.ctx = ctx;
makeAutoObservable(this);