From 5e9a93c7d9c24f735a07cd3da73cc732e68f136f Mon Sep 17 00:00:00 2001 From: chenjinsong <523037378@qq.com> Date: Sat, 12 Oct 2024 17:33:08 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=9C=B0=E5=9B=BEload?= =?UTF-8?q?ing=E5=BC=82=E5=B8=B8=E5=92=8C=E5=88=97=E8=A1=A8=E5=BC=82?= =?UTF-8?q?=E5=B8=B8=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/location/Index.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/views/location/Index.vue b/src/views/location/Index.vue index 9ccfcc71..96c6bb1f 100644 --- a/src/views/location/Index.vue +++ b/src/views/location/Index.vue @@ -1499,8 +1499,10 @@ export default { // 加载新数据、时间轴变化时,重新查在线状态 await axios.get(api.location.list, { params }).then(async response => { if (response.status === 200) { + this.subscribersList = [] if (response.data.data.length === 0 && this.curPageNum > 1) { this.curPageNum-- + this.loading.timeBarLoading = false } else { await this.setSubscriberActiveStatus(response.data.data) if (params.pageNo === 1) {