1
continuous-integration/drone/push Build is running Details

uat_us
wangxiaoshuang 2024-10-18 11:08:22 +08:00
parent df638f5a73
commit 93c64e04f2
2 changed files with 4 additions and 3 deletions

View File

@ -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
})
}

View File

@ -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) {