龚焕茏
2024-06-19 25a99eeeda2b2029f600d4ce53e777c76649aa8f
src/views/log/list.vue
@@ -54,7 +54,7 @@
    search () {
      this.listLoading = true
      userApi.getUserEventPageList(this.queryParam).then(data => {
        const re = data.response
        const re = data.data
        this.tableData = re.list
        this.total = re.total
        this.queryParam.pageIndex = re.pageNum