Authored by lea guo

出售订单类表重复

... ... @@ -41,7 +41,7 @@ export default function() {
state.notEntryOrder.page = ++page;
state.notEntryOrder.pagetotal = pagetotal;
state.notEntryOrder.list = state.entryOrder.list.concat(data);
state.notEntryOrder.list = state.notEntryOrder.list.concat(data);
// 分页结束
if (page > pagetotal) {
... ...