|
@@ -3469,10 +3469,16 @@ ${JSON.stringify(forAllList)}
|
|
if(!_flag){
|
|
if(!_flag){
|
|
let time = this.timeLimit.split(",");
|
|
let time = this.timeLimit.split(",");
|
|
this.submissionTimePicker = [new Date(time[0]),new Date(time[1])];
|
|
this.submissionTimePicker = [new Date(time[0]),new Date(time[1])];
|
|
|
|
+ this.submissionTimePickerChange()
|
|
|
|
+ }else{
|
|
|
|
+ this.tableDataPickerChange();
|
|
}
|
|
}
|
|
- this.tableDataPickerChange();
|
|
|
|
- this.submissionTimePickerChange()
|
|
|
|
|
|
+ this.$forceUpdate();
|
|
|
|
+
|
|
|
|
+
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+
|
|
}
|
|
}
|
|
|
|
|
|
})
|
|
})
|