|
|
@ -434,7 +434,7 @@ |
|
|
if (that.searchForm.pageNum == 1) { |
|
|
if (that.searchForm.pageNum == 1) { |
|
|
that.deliveryItem1 = res.result.records; |
|
|
that.deliveryItem1 = res.result.records; |
|
|
} else { |
|
|
} else { |
|
|
that.deliveryItem1 = [...that.deliveryItem, ...res.result.records] |
|
|
that.deliveryItem1 = [...that.deliveryItem1, ...res.result.records] |
|
|
} |
|
|
} |
|
|
that.pageData = that.deliveryItem1 |
|
|
that.pageData = that.deliveryItem1 |
|
|
}else{ |
|
|
}else{ |
|
|
|