From adb05216fd4991e97b91f5309a0e3cf9ac4d135b Mon Sep 17 00:00:00 2001 From: inportb Date: Tue, 16 May 2023 20:28:56 -0400 Subject: [PATCH] Clean report state --- htdocs/RoutePatientReports.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/RoutePatientReports.vue b/htdocs/RoutePatientReports.vue index f1afd19..c79722a 100644 --- a/htdocs/RoutePatientReports.vue +++ b/htdocs/RoutePatientReports.vue @@ -164,7 +164,7 @@ const SZ_WINDOW = 100; const SZ_RANGE = 40000; - const reports = [ + const create_reports = () => [ { name: 'Notes', rpt_id: 'OR_PN:PROGRESS NOTES~TIUPRG;ORDV04;15;', @@ -286,7 +286,7 @@ query: '', x_query: '', unify: false, - reports, + reports: create_reports(), resultsets: {}, selection: null };