修改专业力必修显示问题

This commit is contained in:
zhangsir
2024-07-10 10:02:31 +08:00
parent 21cf02d873
commit a07f38d33c

View File

@@ -507,7 +507,7 @@ export default {
this.pathTotals =parseInt(res.data.total);
})
getList(this.userInfo.aid).then(res=>{
if(res.code == 200 ){
if(res.code == 200 && Object.keys(res.data).length){
this.growTotal = 1
}
})