|
@@ -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;
|