BUG修复

This commit is contained in:
liushiwei
2023-08-09 09:46:37 +08:00
parent aa1e1b8b38
commit 5ea8c43ca5

View File

@@ -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()
}