长者标签同步功能0/1转Y/N

This commit is contained in:
1378012178@qq.com 2025-11-17 16:21:18 +08:00
parent 9dbfc4953f
commit 38bc4dd952
1 changed files with 1 additions and 1 deletions

View File

@ -181,7 +181,7 @@ const { prefixCls, tableContext, onExportXls, onImportXls } = useListPage({
pageSizeOptions: ['15', '50', '70', '100'],
},
beforeFetch: async (params) => {
queryParam.izEnabled = '0'
queryParam.izEnabled = 'Y'
return Object.assign(params, queryParam);
},
actionColumn: {