Service.saveOrUpdateUserRoles({ queryobj }).then((data) => {
console.log('WWWWW', data)
if (data.success) {
notification.success({
message: '提示',
description: '保存成功!',
style: {
width: 200,
height: 200,
backgroundColor: 'pink',
},
})
console.log('XXXX', data)
this.hideModelHandler()
}
})
这是我的代码,为什么不显示呢?添加class名也没添加上?
notification