Browse Source

fix: 修复关注关联错误

master
wangxiang 2 years ago
parent
commit
4f1628c589
  1. 2
      src/views/common/push/pushConcern/index.vue

2
src/views/common/push/pushConcern/index.vue

@ -5,7 +5,7 @@ @@ -5,7 +5,7 @@
@selection-change="handleSelectionChange"
>
<template #expandedRowRender="{ record }">
<BasicTable :searchInfo="{ concernUserId: record.concernUserId }" @register="pushTypeRegisterTable">
<BasicTable :searchInfo="{ concernFanId: record.id }" @register="pushTypeRegisterTable">
<template #bodyCell="{ column, record }">
<template v-if="column.key === 'action'">
<TableAction :actions="[

Loading…
Cancel
Save