人工组卷

dev_jupyter
杨树林 5 years ago
parent 1e0dbe4b32
commit 5f296de105

@ -219,7 +219,8 @@ class Paperreview_item extends Component {
.then((response) => { .then((response) => {
if (response.data.status == 0) { if (response.data.status == 0) {
this.props.showNotification('删除成功'); this.props.showNotification('删除成功');
this.setState({ this.props.getdata({});
this.setState({
titilesms:"" titilesms:""
}) })
} }

Loading…
Cancel
Save