This commit is contained in:
‘huanghaiixia’
2026-03-25 17:42:16 +08:00
parent e4e16999fc
commit 782035687a

View File

@ -101,7 +101,7 @@
},
schemas: customSearchFormSchema,
fieldMapToTime: [['dateFrom', ['startDate', 'endDate'], 'YYYY-MM-DD']],
showResetButton: false,
showResetButton: true,
},
beforeFetch: (params) => {
return { ...params, FormId: formIdComputedRef.value, PK: 'id',page: params.limit};