@@ -184,7 +184,7 @@
}
?>
- patientRx: <?= json_encode($contentData['items']) ?>,
+ patientRx: <?= $contentData ? json_encode($contentData['items']) : [] ?>,
},
computed: {
numAll: function() {