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 };