|
@@ -95,7 +95,7 @@
|
|
'&oid=' +
|
|
'&oid=' +
|
|
oid +
|
|
oid +
|
|
'&org=' +
|
|
'&org=' +
|
|
- org,
|
|
|
|
|
|
+ org + '&role=' + role,
|
|
}">课程管理</el-breadcrumb-item>
|
|
}">课程管理</el-breadcrumb-item>
|
|
<el-breadcrumb-item>
|
|
<el-breadcrumb-item>
|
|
<span style="color: rgb(15, 126, 255)">添加课程</span>
|
|
<span style="color: rgb(15, 126, 255)">添加课程</span>
|
|
@@ -2007,7 +2007,7 @@
|
|
</div>
|
|
</div>
|
|
<div class="info_btnBox">
|
|
<div class="info_btnBox">
|
|
<button class="info_btn" v-if="steps == 1" @click="
|
|
<button class="info_btn" v-if="steps == 1" @click="
|
|
- goTo('/course?userid=' + userid + '&oid=' + oid + '&org=' + org)
|
|
|
|
|
|
+ goTo('/course?userid=' + userid + '&oid=' + oid + '&org=' + org + '&role=' + role)
|
|
">
|
|
">
|
|
返回课程
|
|
返回课程
|
|
</button>
|
|
</button>
|
|
@@ -3036,6 +3036,7 @@ export default {
|
|
userid: this.$route.query.userid,
|
|
userid: this.$route.query.userid,
|
|
oid: this.$route.query.oid,
|
|
oid: this.$route.query.oid,
|
|
org: this.$route.query.org,
|
|
org: this.$route.query.org,
|
|
|
|
+ role: this.$route.query.role,
|
|
cid: this.$route.query.cid != undefined ? this.$route.query.cid : "",
|
|
cid: this.$route.query.cid != undefined ? this.$route.query.cid : "",
|
|
dialogVisibleTable: false,
|
|
dialogVisibleTable: false,
|
|
dialogVisibleWord: false,
|
|
dialogVisibleWord: false,
|
|
@@ -3426,7 +3427,8 @@ export default {
|
|
"&oid=" +
|
|
"&oid=" +
|
|
this.oid +
|
|
this.oid +
|
|
"&org=" +
|
|
"&org=" +
|
|
- this.org
|
|
|
|
|
|
+ this.org +
|
|
|
|
+ + '&role=' + this.role
|
|
);
|
|
);
|
|
} else {
|
|
} else {
|
|
if (this.cidType == 0) {
|
|
if (this.cidType == 0) {
|