this.actionService.doAction({
'type': 'ir.actions.client',
'tag': 'reload',
});
this.actionService.doAction({
type: 'ir.actions.client',
tag: 'display_notification',
params:{
'title': "提醒",
'message': x,
'sticky': false,
'className':'bg-danger',}}
);