mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-03-17 03:52:02 +08:00
chore: 默认值
This commit is contained in:
@@ -83,7 +83,7 @@ const gridOptions: VxeGridProps = {
|
||||
pagerConfig: {},
|
||||
proxyConfig: {
|
||||
ajax: {
|
||||
query: async ({ page }, formValues) => {
|
||||
query: async ({ page }, formValues = {}) => {
|
||||
// 区间选择器处理
|
||||
if (formValues?.createTime) {
|
||||
formValues.params = {
|
||||
|
||||
Reference in New Issue
Block a user