fix: dashboard gauge chart data

This commit is contained in:
jialin
2024-07-19 13:06:02 +08:00
parent 1439f59131
commit b8b0d39635
13 changed files with 46 additions and 70 deletions
-2
View File
@@ -143,7 +143,6 @@ const Users: React.FC = () => {
const handleDelete = (row: ListItem) => {
modalRef.current.show({
title: '',
content: 'users.table.user',
async onOk() {
console.log('OK');
@@ -155,7 +154,6 @@ const Users: React.FC = () => {
const handleDeleteBatch = () => {
modalRef.current.show({
title: '',
content: 'users.table.user',
async onOk() {
await handleBatchRequest(rowSelection.selectedRowKeys, deleteUser);