修复订单tab切换时叠加问题

我的订单中切换tab时不同分类的订单会叠加在一起

Signed-off-by: DH <ji534@outlook.com>
pull/41/head
DH 2024-02-26 00:01:05 +00:00 committed by Gitee
parent b3754f3a48
commit c5f2a3b690
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 2 additions and 0 deletions

View File

@ -140,6 +140,8 @@
// //
state.pagination = paginationNull; state.pagination = paginationNull;
state.currentTab = e.index; state.currentTab = e.index;
//
state.pagination.list = []
getOrderList(); getOrderList();
} }