价格销售
This commit is contained in:
@ -4,17 +4,27 @@ import { ErrorMessageMode } from '/#/axios';
|
||||
|
||||
enum Api {
|
||||
// Page = '/price/priceSalesPngApp/page',
|
||||
Page = '/magic-api/price/priceSalesPngApp/page',
|
||||
Page = '/magic-api/price/priceSalesPngApp/page',
|
||||
List = '/price/priceSalesPngApp/list',
|
||||
Info = '/price/priceSalesPngApp/info',
|
||||
LngPriceSalesPngApp = '/price/priceSalesPngApp',
|
||||
|
||||
dpagePage = '/magic-api/price/priceSalesPngApp/dpage',
|
||||
|
||||
|
||||
|
||||
DataLog = '/price/priceSalesPngApp/datalog',
|
||||
}
|
||||
|
||||
export async function getLngPriceContractSalesPng(params: LngPriceSalesPngAppPageParams, mode: ErrorMessageMode = 'modal') {
|
||||
return defHttp.get<LngPriceSalesPngAppPageParams>(
|
||||
{
|
||||
url: Api.dpagePage,
|
||||
params,
|
||||
},
|
||||
{
|
||||
errorMessageMode: mode,
|
||||
},
|
||||
);
|
||||
}
|
||||
/**
|
||||
* @description: 查询LngPriceSalesPngApp分页列表
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user