|
@@ -2,6 +2,7 @@ import { Component, OnInit } from '@angular/core';
|
|
|
import { NzModalRef, NzMessageService, NzNotificationService } from 'ng-zorro-antd';
|
|
|
import { _HttpClient } from '@delon/theme';
|
|
|
import { Customer } from 'app/entity/basedata/customer';
|
|
|
+import { Page } from 'app/entity/page'; //分页
|
|
|
import { CustomerService } from 'app/services/basedata/customer.service';
|
|
|
|
|
|
@Component({
|
|
@@ -45,7 +46,6 @@ export class RoutesSharedModalCustomerSelectComponent implements OnInit {
|
|
|
this.isSpinning = true;
|
|
|
this.customer.pkOrg = sessionStorage.getItem('pkOrg');
|
|
|
this.customerService.getCustomer1(this.customer).then(res => {
|
|
|
- // console.log('!!!!!--->', res);
|
|
|
this.selectData = res.result.records;
|
|
|
console.log('弹框列表集合--->', this.selectData);
|
|
|
this.page = res.result; //页码信息
|