@@ -296,7 +296,9 @@
if (this.current == 0) {
if (this.errList.length < this.total) {
this.page++
- this.getErrList()
+ setTimeout(() => {
+ this.getErrList()
+ }, 500)
} else {
uni.showToast({
title: "没有更多数据了",
@@ -974,4 +976,4 @@
::v-deep .uni-calendar-item--checked {
border-radius: 50rpx;
}
-</style>
+</style>