Pr@main@fix hit test (#70)

* fix: 应用命中测试报没有权限访问 #65
This commit is contained in:
shaohuzhang1 2024-04-15 14:18:33 +08:00 committed by GitHub
parent 196a7c73ff
commit c226a49af7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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