xiangpei
2024-10-30 a38e8dc8f74ebd4b5ce49efe5d3d9bce90834968
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