Finish group page

This commit is contained in:
2023-11-15 18:08:47 +08:00
parent 0e602224cb
commit 326c808622
6 changed files with 717 additions and 29 deletions

View File

@@ -1,7 +1,7 @@
import React from 'react'
import FitFullScreen from '@/components/common/FitFullScreen'
import Card from '@/components/common/Card'
import { r_sysLog_get } from '@/services/system'
import { r_sys_log_get } from '@/services/system'
import {
COLOR_ERROR_SECONDARY,
COLOR_FONT_SECONDARY,
@@ -215,7 +215,7 @@ const Log: React.FC = () => {
setLoading(true)
void r_sysLog_get({
void r_sys_log_get({
currentPage: tableParams.pagination?.current,
pageSize: tableParams.pagination?.pageSize,
sortField: