还原机构的调用

This commit is contained in:
daihh
2022-12-07 12:50:02 +08:00
parent 94cf379aad
commit bca831ad7c
6 changed files with 175 additions and 173 deletions

View File

@@ -392,6 +392,7 @@
mounted() {
this.$watermark.set(this.userInfo.name + this.userInfo.loginName);
this.courseId = this.$route.query.id;
this.initContentId = this.$route.query.contentId;
this.loadData();
//console.log(this.$xpage.constants.fileBaseUrl,'this.$xpage.constants.fileBaseUrl');
},