Untitled
unknown
plain_text
5 months ago
1.3 kB
2
Indexable
componentDidMount() { // T.socket.on('sdh-config-hoc-phan-import-data', ({ requester, items, falseItems, index, isDone }) => { // if (this.props.system.user.email === requester) { // if (!isDone) { // T.alert(`Đang import dữ liệu điểm hàng ${index}!`, 'warning', false, null, true); // } else { // T.alert('Import dữ liệu điểm thành công', 'success', false, 1000); // } // } // }); // T.socket.on('sdh-config-hoc-phan-save-data', ({ requester, mssv, isDone }) => { // if (this.props.system.user.email === requester) { // if (!isDone) { // T.alert(`Đang lưu dữ liệu điểm của sinh viên ${mssv} và học phần ${this.state.maHocPhan} thành công!`, 'warning', false, null, true); // } else { // T.alert('Lưu dữ liệu điểm thành công', 'success', false, 1000); // window.location.search = ''; // } // } // }); } // willUnmount() { // T.socket.off('sdh-config-hoc-phan-import-data'); // T.socket.off('sdh-config-hoc-phan-save-data'); // }
Editor is loading...
Leave a Comment