Browse Source

feat: 企业推送消息接口

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

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

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

Loading…
Cancel
Save