mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-10 19:36:43 +08:00
课程管理项目中嵌入调用参数类型调整
This commit is contained in:
@@ -382,7 +382,7 @@ export default {
|
||||
mounted() {
|
||||
let chooseFlag=this.$route.query.f;
|
||||
this.extendRefId=this.$route.query.refId;
|
||||
this.extendRefType=this.$route.query.refId;
|
||||
this.extendRefType=this.$route.query.refType;
|
||||
if(chooseFlag && chooseFlag=='choose'){
|
||||
this.forChoose=true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user