查询考试提示问题

This commit is contained in:
daihh
2022-12-29 12:35:39 +08:00
parent d54da7dcb9
commit 7901cbc595
3 changed files with 15 additions and 5 deletions

View File

@@ -122,7 +122,7 @@
this.comTypes.some(ct=>{
if(ct.resType==$this.resType){
$this.curComType=ct;
//this.findCourseFile();
//this.findCourseFile();//
return true;
}else{
return false;