111
@@ -147,7 +147,10 @@ export default {
addStudyReport({classGroupId:this.classGroupId,item:this.item,comment:this.comment}).then(res=>{
if(res.data.code == 200){
this.$toast('提交成功')
- this.onAppBack()
+ setTimeout(()=>{
+ this.onAppBack()
+ },2000)
+
}else {
this.$toast(res.data.msg)
}