修复订单tab切换时叠加问题
我的订单中切换tab时不同分类的订单会叠加在一起 Signed-off-by: DH <ji534@outlook.com>pull/41/head
parent
b3754f3a48
commit
c5f2a3b690
|
|
@ -140,6 +140,8 @@
|
|||
// 重头加载代码
|
||||
state.pagination = paginationNull;
|
||||
state.currentTab = e.index;
|
||||
// 切换时应清空原有的列表
|
||||
state.pagination.list = []
|
||||
getOrderList();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue