Merge branch 'zcwy-master' into dev0515

This commit is contained in:
zhangsir
2024-07-10 10:02:57 +08:00

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
}
})