车辆对接
This commit is contained in:
@ -140,6 +140,7 @@ export class ShipperBaseService extends BaseService {
|
||||
getNetworkTransporterById(id: string) {
|
||||
return this.request(this.$api_get_network_freight_forwarder_one, { id });
|
||||
}
|
||||
|
||||
// 根据FullKey获取系统子配置(树)
|
||||
loadConfigByKey(configFullKey:string ='') {
|
||||
return this.http.post(this.$api_getSysConfigTreeByParentFullKey, { configFullKey }).pipe(
|
||||
|
||||
Reference in New Issue
Block a user