签报弹框

This commit is contained in:
‘huanghaiixia’
2025-12-23 17:51:40 +08:00
parent 4ea8ed2313
commit 03c943e4d6
7 changed files with 372 additions and 25 deletions

View File

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