瀏覽代碼

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

File diff suppressed because it is too large
+ 0 - 0
dist/index.html


File diff suppressed because it is too large
+ 0 - 0
dist/js/app.2c4204ae.js


File diff suppressed because it is too large
+ 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)
        }

Some files were not shown because too many files changed in this diff