gaoluyang
8 天以前 1c172cde549b1c87f85f6c78f02fe794c4b83893
src/layout/components/NotificationCenter/index.vue
@@ -107,8 +107,8 @@
    }
    const params = {
      consigneeId: consigneeId,
      pageNum: pageNum.value,
      pageSize: pageSize.value,
      current: pageNum.value,
      size: pageSize.value,
      status: activeTab.value === 'read' ? 1 : 0
    }
    const res = await listMessage(params)