Compare commits
2
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
340a58fc17 | ||
|
|
a2e8c6b274 |
+3
-1
@@ -1,5 +1,5 @@
|
||||
import http from "utils/http"
|
||||
import {
|
||||
import type {
|
||||
AdminProblem,
|
||||
Announcement,
|
||||
AnnouncementEdit,
|
||||
@@ -48,6 +48,8 @@ export async function getProblemList(
|
||||
username: result.created_by.username,
|
||||
create_time: result.create_time,
|
||||
visible: result.visible,
|
||||
difficulty: result.difficulty,
|
||||
tags: result.tags,
|
||||
})),
|
||||
total: res.data.total,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user