Location lookup fixes: RPC null array handling, RPC caching, existing encounters empty resultset handling, default to existing encounters

This commit is contained in:
2023-08-08 22:34:59 -04:00
parent eebda06c86
commit 5c67773287
3 changed files with 9 additions and 6 deletions

View File

@@ -42,14 +42,14 @@
client: Object,
dfn: String,
label: String,
modelValue: String
modelValue: Object
},
emits: {
'update:modelValue': Object
},
data() {
return {
view_new: true,
view_new: false,
query: '',
visits_date_begin: now,
visits_date_end: now,