mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-11 20:06:44 +08:00
课程管理项目中嵌入调用参数类型调整
This commit is contained in:
@@ -552,10 +552,11 @@ export default {
|
|||||||
mounted() {
|
mounted() {
|
||||||
let extendFlag=this.$route.query.f; //是否是管理端过来的
|
let extendFlag=this.$route.query.f; //是否是管理端过来的
|
||||||
this.extendRefId=this.$route.query.refId;
|
this.extendRefId=this.$route.query.refId;
|
||||||
this.extendRefType=this.$route.query.refId;
|
this.extendRefType=this.$route.query.refType;
|
||||||
if(extendFlag && extendFlag=='choose'){
|
if(extendFlag && extendFlag=='choose'){
|
||||||
this.visibleShow=true;
|
this.visibleShow=true;
|
||||||
}
|
}
|
||||||
|
//console.log("url参数",extendFlag,this.extendRefId,this.extendRefType)
|
||||||
this.curStepIndex = 1; //回到第一步
|
this.curStepIndex = 1; //回到第一步
|
||||||
this.btnLoading = false;
|
this.btnLoading = false;
|
||||||
this.getResOwnerTree().then(rs => {
|
this.getResOwnerTree().then(rs => {
|
||||||
|
|||||||
@@ -382,7 +382,7 @@ export default {
|
|||||||
mounted() {
|
mounted() {
|
||||||
let chooseFlag=this.$route.query.f;
|
let chooseFlag=this.$route.query.f;
|
||||||
this.extendRefId=this.$route.query.refId;
|
this.extendRefId=this.$route.query.refId;
|
||||||
this.extendRefType=this.$route.query.refId;
|
this.extendRefType=this.$route.query.refType;
|
||||||
if(chooseFlag && chooseFlag=='choose'){
|
if(chooseFlag && chooseFlag=='choose'){
|
||||||
this.forChoose=true;
|
this.forChoose=true;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user