BUG修复
This commit is contained in:
@@ -242,6 +242,7 @@
|
|||||||
]
|
]
|
||||||
}}).then((res) => {
|
}}).then((res) => {
|
||||||
if (res.errorCode == 1000000) {
|
if (res.errorCode == 1000000) {
|
||||||
|
let length = res.result.subOrderForSupplierList.length
|
||||||
res.result.subOrderForSupplierList = res.result.subOrderForSupplierList.filter((item) => {
|
res.result.subOrderForSupplierList = res.result.subOrderForSupplierList.filter((item) => {
|
||||||
return item.isCanJoinDeliverPlatform;
|
return item.isCanJoinDeliverPlatform;
|
||||||
})
|
})
|
||||||
@@ -262,7 +263,7 @@
|
|||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
||||||
if (this.pageSize == res.result.subOrderForSupplierList.length) {
|
if (this.pageSize == length) {
|
||||||
this.currentPage ++
|
this.currentPage ++
|
||||||
this.getList()
|
this.getList()
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user