Location lookup fixes: RPC null array handling, RPC caching, existing encounters empty resultset handling, default to existing encounters
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user