+3
-3
@@ -302,10 +302,10 @@ export function getEventStoreRecordList(data) {
|
||||
})
|
||||
}
|
||||
// 重新发布事件消息
|
||||
export function rePublishEvent(param) {
|
||||
export function rePublishEvent(params) {
|
||||
return request({
|
||||
url: `/EventStoreRecord/rePublishEvent`,
|
||||
method: 'post',
|
||||
param
|
||||
method: 'get',
|
||||
params
|
||||
})
|
||||
}
|
||||
|
||||
@@ -164,6 +164,7 @@ export default {
|
||||
EventId: row.Id,
|
||||
})
|
||||
if (res.IsSuccess) {
|
||||
this.$message.success(this.$t('system:event:message:rePublishSuccess'))
|
||||
this.getList()
|
||||
}
|
||||
} catch (err) {
|
||||
|
||||
Reference in New Issue
Block a user