车辆对接
This commit is contained in:
@ -4,7 +4,7 @@ import { SFComponent, SFDateWidgetSchema, SFSchema, SFSelectWidgetSchema, SFUISc
|
||||
import { ModalHelper, _HttpClient } from '@delon/theme';
|
||||
import { NzModalService } from 'ng-zorro-antd/modal';
|
||||
import { map } from 'rxjs/operators';
|
||||
import { SupplyManagementService } from '../../services/order-management.service';
|
||||
import { OrderManagementService } from '../../services/order-management.service';
|
||||
|
||||
|
||||
@Component({
|
||||
@ -60,7 +60,7 @@ export class OrderManagementComplaintComponent implements OnInit {
|
||||
count: 0,
|
||||
}
|
||||
];
|
||||
constructor(public service: SupplyManagementService, private modal: NzModalService) { }
|
||||
constructor(public service: OrderManagementService, private modal: NzModalService) { }
|
||||
|
||||
/**
|
||||
* 查询参数
|
||||
|
||||
Reference in New Issue
Block a user