自定义接口

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

@ -61,7 +61,7 @@
},
immediate: false, // 设置为不立即调用
beforeFetch: (params) => {
return { ...params, valid: 'Y',approCode: 'YSP'};
return { ...params, valid: 'Y',approCode: 'YSP',page:params.limit};
},
rowSelection: {
type: props.selectType,