feat: 增加题目总数
This commit is contained in:
@@ -79,7 +79,6 @@ const QuestionBank = () => {
|
||||
url: apiName.getSubjectPage,
|
||||
data: params
|
||||
}).then(res => {
|
||||
console.log(res)
|
||||
setTotal(res.data.total)
|
||||
setQuestionList(res.data.result)
|
||||
})
|
||||
|
Reference in New Issue
Block a user