课程列表带反参

This commit is contained in:
18571350067 2021-11-10 14:45:45 +08:00
parent 8228dd9b0f
commit 1ea56c73ec
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ export default {
query: {
id: record.id,
courseName: this.queryParam.courseName,
pageNum: this.$refs.table.pageNum
pageNum: this.$refs.table.localPagination.current
},
})
},