소스 검색

02/19 20:56

111
261568008@qq.com 5 년 전
부모
커밋
7a29d96450
4개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 0
      dist/index.html
  2. 0 0
      dist/js/app.2c4204ae.js
  3. 0 0
      dist/js/privacy.d1013918.js
  4. 4 1
      src/views/teacher/studyReport.vue

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/index.html


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/js/app.2c4204ae.js


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/js/privacy.d1013918.js


+ 4 - 1
src/views/teacher/studyReport.vue

@@ -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)
        }

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.