fix bug
This commit is contained in:
		@ -16,6 +16,8 @@ import { ImageViewComponent } from 'src/app/shared/components/imagelist';
 | 
			
		||||
  providedIn: 'root'
 | 
			
		||||
})
 | 
			
		||||
export class UsermanageService extends ShipperBaseService {
 | 
			
		||||
  // 获取一、二、三级地区详情
 | 
			
		||||
  $api_getRegionToThree = '/api/mdc/pbc/region/getRegionToThree';
 | 
			
		||||
  // 查询企业列表
 | 
			
		||||
  $api_get_freight_list = '/api/mdc/cuc/enterpriseInfo/operate/list/page';
 | 
			
		||||
  // 导出企业列表
 | 
			
		||||
@ -130,10 +132,10 @@ export class UsermanageService extends ShipperBaseService {
 | 
			
		||||
  $api_driver_add = '/api/mdc/cuc/driver/add';
 | 
			
		||||
  // 添加车队长
 | 
			
		||||
  $api_saveCaptainr_new = '/api/mdc/userDriverExpand/saveCaptainr';
 | 
			
		||||
  
 | 
			
		||||
 | 
			
		||||
  // 查询司机配置列表
 | 
			
		||||
  $api_configPage= '/api/mdc/cuc/driver/list/configPage';
 | 
			
		||||
  
 | 
			
		||||
  $api_configPage = '/api/mdc/cuc/driver/list/configPage';
 | 
			
		||||
 | 
			
		||||
  constructor(public injector: Injector, private nzModalService: NzModalService, public eaCacheSrv: EACacheService) {
 | 
			
		||||
    super(injector, eaCacheSrv);
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user