File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
packages/effects/plugins/src/vxe-table
playground/src/views/examples/vxe-table Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -300,7 +300,7 @@ async function init() {
300300 const enableProxyConfig = options .value .proxyConfig ?.enabled ;
301301 if (enableProxyConfig && autoLoad ) {
302302 props .api .grid .commitProxy ?.(
303- ' _init ' ,
303+ ' initial ' ,
304304 formOptions .value ? ((await formApi .getValues ()) ?? {}) : {},
305305 );
306306 // props.api.reload(formApi.form?.values ?? {});
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ const gridOptions: VxeGridProps<RowType> = {
5555 custom: true ,
5656 export: true ,
5757 // import: true,
58- refresh: { code: ' query ' } ,
58+ refresh: true ,
5959 zoom: true ,
6060 },
6161};
Original file line number Diff line number Diff line change @@ -187,8 +187,8 @@ catalog:
187187 vue-router : ^4.5.1
188188 vue-tippy : ^6.7.1
189189 vue-tsc : 2.2.10
190- vxe-pc-ui : ^4.6.42
191- vxe-table : ^4.13.51
190+ vxe-pc-ui : ^4.7.12
191+ vxe-table : ^4.14.4
192192 watermark-js-plus : ^1.6.2
193193 zod : ^3.25.67
194194 zod-defaults : ^0.1.3
You can’t perform that action at this time.
0 commit comments