自定义接口

This commit is contained in:
‘huanghaiixia’
2026-01-28 18:21:33 +08:00
parent 06aa85caee
commit 22fdadc17d
25 changed files with 59 additions and 33 deletions

View File

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