fix bug
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* @Author: your name
|
||||
* @Date: 2021-12-20 17:18:43
|
||||
* @LastEditTime : 2022-02-18 09:49:06
|
||||
* @LastEditTime : 2022-02-18 13:42:49
|
||||
* @LastEditors : Shiming
|
||||
* @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
|
||||
* @FilePath : \\tms-obc-web\\src\\app\\routes\\sys-setting\\services\\system.service.ts
|
||||
@ -67,6 +67,8 @@ export class SystemService extends BaseService {
|
||||
$api_networkTransporter_page = '/api/mdc/cuc/networkTransporter/list/page';
|
||||
// 获取网络货运信息表(id)
|
||||
$api_get_networkTransporter = '/api/mdc/cuc/networkTransporter/get';
|
||||
// 获取网络货运信息表(id)
|
||||
$api_get_networkTransporter_getDetail = '/api/mdc/cuc/networkTransporter/getDetail';
|
||||
// 批量获取网络货运信息
|
||||
$api_findNetworkTransporterByIds = '/api/mdc/cuc/networkTransporter/findNetworkTransporterByIds';
|
||||
// 查找所有网络货运信息(下拉)
|
||||
@ -167,7 +169,8 @@ export class SystemService extends BaseService {
|
||||
$api_ocr_recognize_id_card = '/api/mdc/pbc/hwc/ocr/recognizeIdCard';
|
||||
// 获取字典
|
||||
$api_getDictValue = '/api/mdc/pbc/dictItems/getDictValue';
|
||||
|
||||
// 获取一、二、三级地区详情
|
||||
$api_getRegionToThree = '/api/mdc/pbc/region/getRegionToThree';
|
||||
$api_getRoleTemplateInfo: string = '';
|
||||
$api_getFunctionButtonInfo: string = '/api/mdc/cuc/functionButton/getFunctionButtonByFunctionId';
|
||||
$api_getFunctionDataInfo: string = '';
|
||||
|
||||
Reference in New Issue
Block a user