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