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 5e591e4 commit 78aab3bCopy full SHA for 78aab3b
frontend/src/views/system/professional/index.vue
@@ -187,8 +187,8 @@ const search = () => {
187
.getList(pageInfo.currentPage, pageInfo.pageSize, { word: keywords.value })
188
.then((res) => {
189
toggleRowLoading.value = true
190
- fieldList.value = res.items
191
- pageInfo.total = res.total
+ fieldList.value = res.data
+ pageInfo.total = res.total_count
192
nextTick(() => {
193
handleToggleRowSelection()
194
})
0 commit comments