diff --git a/src/view/NormalSendGoods.vue b/src/view/NormalSendGoods.vue index 5369ddd..2d6d16d 100644 --- a/src/view/NormalSendGoods.vue +++ b/src/view/NormalSendGoods.vue @@ -242,6 +242,7 @@ ] }}).then((res) => { if (res.errorCode == 1000000) { + let length = res.result.subOrderForSupplierList.length res.result.subOrderForSupplierList = res.result.subOrderForSupplierList.filter((item) => { return item.isCanJoinDeliverPlatform; }) @@ -262,7 +263,7 @@ }) }) - if (this.pageSize == res.result.subOrderForSupplierList.length) { + if (this.pageSize == length) { this.currentPage ++ this.getList() }