课程制作时,课件选择时自动加载

This commit is contained in:
daihh
2023-02-07 17:48:44 +08:00
parent 9d6f5e2078
commit 9457e97fd3

View File

@@ -128,6 +128,15 @@
return false;
}
});
this.findCourseFile();
},
watch:{
resType(newVal,oldVal){
if(newVal!=oldVal){
this.findCourseFile();
}
}
},
methods:{
handleBeforeUpload(file) {