|
|
|
@ -585,9 +585,9 @@ export class OilUnloadingProcessListComponent implements OnInit {
|
|
|
|
|
}).subscribe((data: any) => { |
|
|
|
|
this.list = this.list.concat(data.result.items); |
|
|
|
|
this.list = [...this.list] |
|
|
|
|
console.log('xxx',this.list) |
|
|
|
|
// console.log('xxx',this.list)
|
|
|
|
|
this.totalCount = data.result.totalCount |
|
|
|
|
console.log('获取卸油流程列表', data.result.items) |
|
|
|
|
// console.log('获取卸油流程列表', data.result.items)
|
|
|
|
|
// this.getAggregations()
|
|
|
|
|
}) |
|
|
|
|
} |
|
|
|
|