mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-05 13:39:24 +08:00
fix(bi): parse issue of date variables (#3520)
This commit is contained in:
parent
a18103baa0
commit
041f146d7c
@ -154,7 +154,7 @@ export const transformValue = (value: any, props: any) => {
|
||||
start = start.startOf('day');
|
||||
end = end.endOf('day');
|
||||
}
|
||||
return [moment2str(start, props), moment2str(end, props)];
|
||||
return [start.toISOString(), end.toISOString()];
|
||||
}
|
||||
return value;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user