This commit is contained in:
PC-202306242200\Administrator
2024-09-26 15:10:47 +08:00
parent 19ee4dd79d
commit 2bac0b8926
4 changed files with 4 additions and 5 deletions

2
dist/index.html vendored
View File

@@ -8,6 +8,6 @@
</head> </head>
<body> <body>
<div id="root"></div> <div id="root"></div>
<script src="/umi.77bf01bd.js"></script> <script src="/umi.f9c28be3.js"></script>
</body></html> </body></html>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -349,7 +349,6 @@ const LogTableList: React.FC = () => {
]} ]}
request={async (params, sorter, filter) => { request={async (params, sorter, filter) => {
setSearchParams({ ...params }); setSearchParams({ ...params });
countFun()
let { data } = await orderPage(params) let { data } = await orderPage(params)
return { return {
data: data?.records || [], data: data?.records || [],