fuliqi
2024-06-26 f378fbf3ee8bd599b0746e48ba3811ae4b8b87cd
src/views/message/list.vue
@@ -50,7 +50,7 @@
    search () {
      this.listLoading = true
      messageApi.pageList(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