c
This commit is contained in:
@@ -81,7 +81,7 @@ if (props.realtime) {
|
||||
|
||||
if (vparams?.filter) {
|
||||
for (const [key, value] of Object.entries(vparams.filter)) {
|
||||
if (value.toString().indexOf("$") >= 0) {
|
||||
if (value?.toString().indexOf("$") >= 0) {
|
||||
vparams.filter[key] = store[value.replace("$", "")].id;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user