提交一下

This commit is contained in:
daihh
2022-06-16 09:46:43 +08:00
parent a262829f10
commit 805424a365
2 changed files with 8 additions and 7 deletions

View File

@@ -165,12 +165,12 @@ export default {
};
},
mounted() {
let id = this.$route.query.id;
this.courseInfo.id=id;
this.$watermark.set(this.userInfo.name+this.userInfo.loginName);
//this.stuStusts=0;
this.loadResOwners();
let id = this.$route.query.id;
this.courseInfo.id=id;
let $this=this;
//页面只支取一次,所以先直接写在这里面
apiCoursePortal.detail(id).then(rs=>{