From 0e6e30b3824934a771265e684190a2d1447cc6ed Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Tue, 7 Apr 2020 00:14:49 +0000 Subject: [PATCH] --- .../components/report-selector-control.vue | 47 ++++++------------- 1 file changed, 15 insertions(+), 32 deletions(-) diff --git a/ayanova/src/components/report-selector-control.vue b/ayanova/src/components/report-selector-control.vue index d21b9f39..cb20850d 100644 --- a/ayanova/src/components/report-selector-control.vue +++ b/ayanova/src/components/report-selector-control.vue @@ -3,7 +3,7 @@ {{ $ay.t("Report") }} - - - - - - - - - - - - - - - - - - - - - - - - + + + + @@ -78,7 +61,7 @@ export default { zIndex: 200 }, reportList: [], - selectedReportId: null + selectedReport: null }), props: { ayaType: { @@ -107,7 +90,7 @@ export default { }); }, ok() { - this.resolve(this.selectedReportId); + this.resolve(this.selectedReport); this.isVisible = false; }, cancel() {