修改样式

dev_aliyun_beta
杨树林 5 years ago
parent ee388f88f3
commit 9a92d9b58e

@ -2124,6 +2124,8 @@ class PollNewQuestbank extends Component {
poll_questions: newarr,
});
thiss.thisinitializationdatanew();
}else{
this.props.showNotification(`上移失败`);
}
}
}
@ -2154,6 +2156,8 @@ class PollNewQuestbank extends Component {
poll_questions: newarr,
});
thiss.thisinitializationdatanew();
}else {
this.props.showNotification(`下移失败`);
}
}
}

Loading…
Cancel
Save