11wqe1 2 months ago
parent
commit
d2ec9d3e9b
1 changed files with 3 additions and 1 deletions
  1. 3 1
      src/components/studyStudent.vue

+ 3 - 1
src/components/studyStudent.vue

@@ -13703,6 +13703,8 @@ export default {
       this.ajax
         .post(this.$store.state.api + "addCourseWorks3-2", params)
         .then((res) => {
+          console.log('res',res);
+          
           this.$message({
             message: "提交成功",
             type: "success",
@@ -21235,7 +21237,7 @@ export default {
       },
     },
   },
-  beforeDestroy() {includes
+  beforeDestroy() {
     window.onresize = null;
     clearInterval(this.timer);
     this.timer = null;