parent
196a7c73ff
commit
c226a49af7
@ -168,7 +168,7 @@ const remoteMethod = (query: string) => {
|
|||||||
function getProblemOption(filterText?: string) {
|
function getProblemOption(filterText?: string) {
|
||||||
return problem
|
return problem
|
||||||
.asyncGetProblem(
|
.asyncGetProblem(
|
||||||
id as string,
|
props.datasetId || (id as string),
|
||||||
{ current_page: 1, page_size: 100 },
|
{ current_page: 1, page_size: 100 },
|
||||||
filterText && { content: filterText },
|
filterText && { content: filterText },
|
||||||
optionLoading
|
optionLoading
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user