This commit is contained in:
@@ -90,12 +90,12 @@ export default {
|
||||
});
|
||||
},
|
||||
ok() {
|
||||
this.resolve(this.selectedReport);
|
||||
this.isVisible = false;
|
||||
this.resolve(this.selectedReport);
|
||||
},
|
||||
cancel() {
|
||||
this.resolve(null);
|
||||
this.isVisible = false;
|
||||
this.resolve(null);
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user