This commit is contained in:
yanran200730
2022-05-24 11:14:29 +08:00
parent 72d814c913
commit e01eb4fe28
15 changed files with 168 additions and 48 deletions

View File

@@ -85,6 +85,7 @@
<span></span>
</div>
</div>
<AiEmpty v-if="!list.length && isMore"></AiEmpty>
</div>
</div>
</div>
@@ -100,6 +101,7 @@
photoTotal: {},
date: '',
list: [],
isMore: false,
attendanceCount: {}
}
},
@@ -157,6 +159,8 @@
num: res.data[v]
}
})
this.isMore = true
}
})
},