1
continuous-integration/drone/push Build is running
Details
continuous-integration/drone/push Build is running
Details
parent
df638f5a73
commit
93c64e04f2
|
@ -302,10 +302,10 @@ export function getEventStoreRecordList(data) {
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
// 重新发布事件消息
|
// 重新发布事件消息
|
||||||
export function rePublishEvent(param) {
|
export function rePublishEvent(params) {
|
||||||
return request({
|
return request({
|
||||||
url: `/EventStoreRecord/rePublishEvent`,
|
url: `/EventStoreRecord/rePublishEvent`,
|
||||||
method: 'post',
|
method: 'get',
|
||||||
param
|
params
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
|
@ -164,6 +164,7 @@ export default {
|
||||||
EventId: row.Id,
|
EventId: row.Id,
|
||||||
})
|
})
|
||||||
if (res.IsSuccess) {
|
if (res.IsSuccess) {
|
||||||
|
this.$message.success(this.$t('system:event:message:rePublishSuccess'))
|
||||||
this.getList()
|
this.getList()
|
||||||
}
|
}
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
|
|
Loading…
Reference in New Issue