招标
This commit is contained in:
@ -44,7 +44,6 @@ export const importExcelFile = (query: any, data: any): AxiosPromise<any> => {
|
||||
};
|
||||
|
||||
//招标计划列表
|
||||
|
||||
export const tenderPlanList = (query: any): AxiosPromise<any> => {
|
||||
return request({
|
||||
url: '/tender/biddingPlan/list',
|
||||
@ -106,3 +105,11 @@ export const delBiddView = (query: any): AxiosPromise<any> => {
|
||||
method: 'delete'
|
||||
});
|
||||
};
|
||||
//获取招标单位
|
||||
export const getUnitList = (query: any): AxiosPromise<any> => {
|
||||
return request({
|
||||
url: '/supplierInput/supplierInput/getList',
|
||||
method: 'get',
|
||||
params: query
|
||||
});
|
||||
};
|
||||
|
Reference in New Issue
Block a user