mirror of
https://github.com/PlayEdu/backend
synced 2025-12-29 17:29:46 +08:00
数据结构重构优化
This commit is contained in:
@@ -35,7 +35,7 @@ const SystemLogPage = () => {
|
||||
const [title, setTitle] = useState("");
|
||||
const [adminId, setAdminId] = useState("");
|
||||
const [adminName, setAdminName] = useState("");
|
||||
const [created_at, setCreatedAt] = useState<any>([]);
|
||||
const [created_at, setCreatedAt] = useState<string[]>([]);
|
||||
const [createdAts, setCreatedAts] = useState<any>([]);
|
||||
const [param, setParam] = useState("");
|
||||
const [result, setResult] = useState("");
|
||||
|
||||
Reference in New Issue
Block a user