bug
lohir
2024-10-16 87647691d5d4336719c6c2cf533dc4cc88486b09
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