|
@@ -225,7 +225,7 @@ export default {
|
|
|
if (this.noMore || this.loading) {
|
|
|
return;
|
|
|
}
|
|
|
- this.getLuggageList(SERVICE_ID.bagTableId, this.dataContent, ++this.page, this.pageSize);
|
|
|
+ this.getLuggageList(SERVICE_ID.bagTableDqId, this.dataContent, ++this.page, this.pageSize);
|
|
|
}
|
|
|
},
|
|
|
async getBagTime (arr) {
|