长者标签同步功能0/1转Y/N
This commit is contained in:
parent
9dbfc4953f
commit
38bc4dd952
|
|
@ -181,7 +181,7 @@ const { prefixCls, tableContext, onExportXls, onImportXls } = useListPage({
|
||||||
pageSizeOptions: ['15', '50', '70', '100'],
|
pageSizeOptions: ['15', '50', '70', '100'],
|
||||||
},
|
},
|
||||||
beforeFetch: async (params) => {
|
beforeFetch: async (params) => {
|
||||||
queryParam.izEnabled = '0'
|
queryParam.izEnabled = 'Y'
|
||||||
return Object.assign(params, queryParam);
|
return Object.assign(params, queryParam);
|
||||||
},
|
},
|
||||||
actionColumn: {
|
actionColumn: {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue