部分修改
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { withdrawPage, withdrawExtract } from '@/services/finance/index';
|
||||
import { withdrawPage, withdrawExtract, importUsersPointsExtract } from '@/services/finance/index';
|
||||
import { usersPage } from '@/services/user/user';
|
||||
import { exportData } from '@/utils/func';
|
||||
|
||||
@@ -32,8 +32,9 @@ const LogTableList: React.FC = () => {
|
||||
|
||||
|
||||
const handleTemp = async (fields) => {
|
||||
return
|
||||
const { success } = await userTransferHanging(fields);
|
||||
console.log(fields);
|
||||
|
||||
const { success } = await importUsersPointsExtract(fields);
|
||||
if (success) {
|
||||
message.success('导入成功');
|
||||
actionRef.current?.reload();
|
||||
|
||||
Reference in New Issue
Block a user