This commit is contained in:
‘huanghaiixia’
2025-12-19 16:24:12 +08:00
parent e79a450ca2
commit 694d3cc2ee
13 changed files with 2039 additions and 6 deletions

View File

@ -125,7 +125,7 @@
showResetButton: true,
},
beforeFetch: (params) => {
return { ...params, FormId: formIdComputedRef.value, PK: 'id' };
return { ...params, FormId: formIdComputedRef.value, PK: 'id',page:params.limit };
},
afterFetch: (res) => {
clearSelectedRowKeys()