BUG修复
This commit is contained in:
@@ -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()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user