Skip to content

Commit c226a49

Browse files
authored
Pr@main@fix hit test (#70)
* fix: 应用命中测试报没有权限访问 #65
1 parent 196a7c7 commit c226a49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/views/paragraph/component/ProblemComponent.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ const remoteMethod = (query: string) => {
168168
function getProblemOption(filterText?: string) {
169169
return problem
170170
.asyncGetProblem(
171-
id as string,
171+
props.datasetId || (id as string),
172172
{ current_page: 1, page_size: 100 },
173173
filterText && { content: filterText },
174174
optionLoading

0 commit comments

Comments
 (0)