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通知提醒框
慕田峪7331174
2019-03-14 10:15:10