This commit is contained in:
2024-10-16 20:18:18 +08:00
parent 97057efd7a
commit c2a59e8aa1

View File

@@ -150,6 +150,8 @@ async function handleStatistics() {
listUnaccepted.value = res.data.data_unaccepted
person.count = res.data.person_count
person.rate = res.data.person_rate
toggleUnaccepted(false)
}
function removeClassname(name: string) {