fix: fix vxeTable commit proxy

This commit is contained in:
xingyu4j
2025-07-19 17:15:39 +08:00
parent ff5c806de2
commit cf27fd8ce9
296 changed files with 318 additions and 313 deletions

View File

@@ -36,7 +36,7 @@ const [Grid] = useVbenVxeGrid({
isHover: true,
},
toolbarConfig: {
refresh: { code: 'query' },
refresh: true,
search: true,
},
} as VxeTableGridOptions<MallBrokerageRecordApi.BrokerageRecord>,

View File

@@ -136,7 +136,7 @@ const [Grid, gridApi] = useVbenVxeGrid({
isHover: true,
},
toolbarConfig: {
refresh: { code: 'query' },
refresh: true,
search: true,
},
} as VxeTableGridOptions<MallBrokerageUserApi.BrokerageUser>,

View File

@@ -171,7 +171,7 @@ const [Grid, gridApi] = useVbenVxeGrid({
isHover: true,
},
toolbarConfig: {
refresh: { code: 'query' },
refresh: true,
search: true,
},
} as VxeTableGridOptions<MallBrokerageRecordApi.BrokerageRecord>,

View File

@@ -141,7 +141,7 @@ const [Grid, gridApi] = useVbenVxeGrid({
isHover: true,
},
toolbarConfig: {
refresh: { code: 'query' },
refresh: true,
search: true,
},
} as VxeTableGridOptions<MallBrokerageUserApi.BrokerageUser>,

View File

@@ -109,7 +109,7 @@ const [Grid, gridApi] = useVbenVxeGrid({
keyField: 'id',
},
toolbarConfig: {
refresh: { code: 'query' },
refresh: true,
search: true,
},
} as VxeTableGridOptions<MallBrokerageWithdrawApi.BrokerageWithdraw>,