mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-09 02:46:44 +08:00
Merge branch 'zcwy0417-out' into dev0515
This commit is contained in:
@@ -65,10 +65,9 @@ export default {
|
||||
this.progressData=res.data
|
||||
if ( res.data.length>=1 ){
|
||||
res.data.forEach((item,index)=>{
|
||||
if (item.progress==100){
|
||||
|
||||
}else if (item.progress==100 && index==res.data.length-1) {
|
||||
if (item.progress==100 && index==res.data.length-1){
|
||||
this.disabled=false
|
||||
}else if (item.progress==100) {
|
||||
}else {
|
||||
this.disabled=true
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user