chore: 需要默认值

This commit is contained in:
dap 2024-10-22 07:45:59 +08:00
parent 7b5e2e71d8
commit f9c6284c35

View File

@ -53,7 +53,7 @@ const gridOptions: VxeGridProps = {
pagerConfig: {},
proxyConfig: {
ajax: {
query: async ({ page }, formValues) => {
query: async ({ page }, formValues = {}) => {
//
if (formValues?.createTime) {
formValues.params = {