chore: 需要默认值
This commit is contained in:
parent
7b5e2e71d8
commit
f9c6284c35
@ -53,7 +53,7 @@ const gridOptions: VxeGridProps = {
|
||||
pagerConfig: {},
|
||||
proxyConfig: {
|
||||
ajax: {
|
||||
query: async ({ page }, formValues) => {
|
||||
query: async ({ page }, formValues = {}) => {
|
||||
// 区间选择器处理
|
||||
if (formValues?.createTime) {
|
||||
formValues.params = {
|
||||
|
Loading…
Reference in New Issue
Block a user