From 5ea8c43ca5b38141faed7c11e82d13150ab3ade5 Mon Sep 17 00:00:00 2001 From: liushiwei <499672082@qq.com> Date: Wed, 9 Aug 2023 09:46:37 +0800 Subject: [PATCH] =?UTF-8?q?BUG=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/view/NormalSendGoods.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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() }