mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-11 03:46:44 +08:00
课程制作时,课件选择时自动加载
This commit is contained in:
@@ -128,6 +128,15 @@
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
this.findCourseFile();
|
||||||
|
},
|
||||||
|
watch:{
|
||||||
|
resType(newVal,oldVal){
|
||||||
|
if(newVal!=oldVal){
|
||||||
|
this.findCourseFile();
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
},
|
},
|
||||||
methods:{
|
methods:{
|
||||||
handleBeforeUpload(file) {
|
handleBeforeUpload(file) {
|
||||||
|
|||||||
Reference in New Issue
Block a user