@ -62,7 +62,7 @@ const { tableRegister, tableState, tableMethods } = useTable({
fetchDataApi: async () => {
const { currentPage, pageSize } = tableState
const res = await getCodeRepItemListApi({
pageIndex: unref(currentPage),
pageNum: unref(currentPage),
pageSize: unref(pageSize),
...unref(searchParams)
})
@ -37,7 +37,7 @@ const { tableRegister, tableState, tableMethods } = useTable({
const res = await getCodeRepTargetListApi({
@ -33,7 +33,7 @@ const { tableState, tableMethods } = useTable({
const res = await getRepDataProblemListApi({
...unref(indexDefineSearchParams)
@ -53,7 +53,7 @@ const { tableRegister, tableState, tableMethods } = useTable({
const res = await getRepIndexSearchListApi({
indexsetCode:indexsetCode,
@ -36,7 +36,7 @@ const { tableRegister, tableState, tableMethods } = useTable({
const res = await getRepDataModelListApi({
@ -50,7 +50,7 @@ const { tableRegister, tableState, tableMethods } = useTable({
const res = await getRepIndexSetListApi({
@ -31,7 +31,7 @@ const { tableRegister, tableState, tableMethods } = useTable({
const res = await getRepSetRuleListApi({
const res = await getRepStoreListApi({
const res = await getRepStoreMappingListApi({
@ -34,7 +34,7 @@ const { tableRegister, tableState, tableMethods } = useTable({
const res = await getRepStoreParameterListApi({
@ -44,7 +44,7 @@ const { tableRegister, tableState, tableMethods } = useTable({
@ -33,7 +33,7 @@ const { tableRegister, tableState, tableMethods } = useTable({
const res = await getRepTemplateListApi({
@ -28,7 +28,7 @@ const { tableRegister, tableState, tableMethods } = useTable({
const res = await getRepVariableManagementListApi({