mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
fix: 应用命中测试报没有权限访问 #65
This commit is contained in:
parent
7b6dcc64d2
commit
ec6ce7bf5e
|
|
@ -168,7 +168,7 @@ const remoteMethod = (query: string) => {
|
|||
function getProblemOption(filterText?: string) {
|
||||
return problem
|
||||
.asyncGetProblem(
|
||||
id as string,
|
||||
props.datasetId || (id as string),
|
||||
{ current_page: 1, page_size: 100 },
|
||||
filterText && { content: filterText },
|
||||
optionLoading
|
||||
|
|
|
|||
Loading…
Reference in New Issue