We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cd15a8 commit 5b7ae29Copy full SHA for 5b7ae29
ui/src/views/problem/component/RelateProblemDialog.vue
@@ -157,7 +157,7 @@ function associationClick(item: any) {
157
function searchHandle() {
158
paginationConfig.current_page = 1
159
paragraphList.value = []
160
- getParagraphList(currentDocument.value)
+ currentDocument.value && getParagraphList(currentDocument.value)
161
}
162
163
function clickDocumentHandle(item: any) {
0 commit comments