Skip to content

Commit 78aab3b

Browse files
committed
feat: Terminology Management
1 parent 5e591e4 commit 78aab3b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • frontend/src/views/system/professional

frontend/src/views/system/professional/index.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,8 +187,8 @@ const search = () => {
187187
.getList(pageInfo.currentPage, pageInfo.pageSize, { word: keywords.value })
188188
.then((res) => {
189189
toggleRowLoading.value = true
190-
fieldList.value = res.items
191-
pageInfo.total = res.total
190+
fieldList.value = res.data
191+
pageInfo.total = res.total_count
192192
nextTick(() => {
193193
handleToggleRowSelection()
194194
})

0 commit comments

Comments
 (0)