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