dev_forum
杨树林 5 years ago
parent 0ed99a5645
commit 19cfbc2cc1

@ -151,7 +151,6 @@ class AccessoryModal extends Component{
}).then((result)=>{ }).then((result)=>{
if(result.data.status===0){ if(result.data.status===0){
debugger
this.props.Cancel() this.props.Cancel()
this.props.setupdate() this.props.setupdate()
@ -199,7 +198,6 @@ class AccessoryModal extends Component{
}).then((result)=>{ }).then((result)=>{
if(result.data.status===0){ if(result.data.status===0){
debugger
this.props.Cancel() this.props.Cancel()
this.props.setupdate() this.props.setupdate()

@ -175,7 +175,6 @@ class Selectsetting extends Component{
} }
savecouseShixunModal=()=>{ savecouseShixunModal=()=>{
debugger
let {fileList,is_public,unified_setting,description,datatime,course_groups}=this.state; let {fileList,is_public,unified_setting,description,datatime,course_groups}=this.state;
let newfileList=[]; let newfileList=[];

@ -2192,7 +2192,6 @@ class Studentshavecompletedthelist extends Component {
} }
funtaskstatustwo = (checkedValues, data) => { funtaskstatustwo = (checkedValues, data) => {
debugger
// console.log(checkedValues); // console.log(checkedValues);
if (JSON.stringify(checkedValues) === "[]") { if (JSON.stringify(checkedValues) === "[]") {
// console.log(checkedValues); // console.log(checkedValues);

@ -211,7 +211,6 @@ class studentsList extends Component{
} }
onCheckAllChange = (e, item, index) => { onCheckAllChange = (e, item, index) => {
const that = this; const that = this;
debugger;
const checkAllArray = that.state.checkAllArray.slice(0) const checkAllArray = that.state.checkAllArray.slice(0)
checkAllArray[index] = !checkAllArray[index] checkAllArray[index] = !checkAllArray[index]
that.setState({checkAllArray}) that.setState({checkAllArray})

@ -48,8 +48,7 @@ class PollDetailTabForthRules extends Component{
selectedCourse:[], selectedCourse:[],
flagPageEdit:this.props.flagPageEdit flagPageEdit:this.props.flagPageEdit
} }
console.log("PollDetailTabForthRules");
console.log(props);
} }
componentDidUpdate(prevProps) { componentDidUpdate(prevProps) {
if (JSON.stringify(this.props.rules) != JSON.stringify(prevProps.rules) ) { if (JSON.stringify(this.props.rules) != JSON.stringify(prevProps.rules) ) {

@ -1623,6 +1623,7 @@ class Trainingjobsetting extends Component {
}).catch((error) => { }).catch((error) => {
console.log(error) console.log(error)
}); });
} }
// 课堂学生成绩的导出下载 // 课堂学生成绩的导出下载

@ -227,7 +227,6 @@ class Trialapplication extends Component {
postregistered = () => { postregistered = () => {
//提交按钮 //提交按钮
debugger
if (this.state.user_phone_binded === false) { if (this.state.user_phone_binded === false) {
if (this.state.Phonenumberisnotcobool === false) { if (this.state.Phonenumberisnotcobool === false) {

Loading…
Cancel
Save