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 6bc4a4f commit 3ca907eCopy full SHA for 3ca907e
frontend/src/views/system/training/index.vue
@@ -196,7 +196,7 @@ const search = () => {
196
searchLoading.value = true
197
oldKeywords.value = keywords.value
198
trainingApi
199
- .getList(pageInfo.currentPage, pageInfo.pageSize, { word: keywords.value })
+ .getList(pageInfo.currentPage, pageInfo.pageSize, { question: keywords.value })
200
.then((res) => {
201
toggleRowLoading.value = true
202
fieldList.value = res.data
0 commit comments