mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-07 18:06:44 +08:00
Merge branch 'zcwy0417-out' into dev0515
This commit is contained in:
@@ -63,7 +63,7 @@ export default {
|
||||
getProgress(id){
|
||||
getProgress({teacherId:id}).then(res=>{
|
||||
this.progressData=res.data
|
||||
if (res.data.length==0 || res.data==null || res.data=='' || res.data=='null'){
|
||||
if ( res.data==null ||res.data=='' ||res.data=='null' || res.data.length==0){
|
||||
this.disabled=true
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user