合并
This commit is contained in:
@ -51,13 +51,9 @@ export const updatePlan = (data: PlanForm) => {
|
||||
});
|
||||
};
|
||||
|
||||
/**
|
||||
* 删除招标计划
|
||||
* @param id
|
||||
*/
|
||||
export const delPlan = (id: string | number | Array<string | number>) => {
|
||||
export const getSegmentedIndicatorPlanning = (id) => {
|
||||
return request({
|
||||
url: '/plan/plan/' + id,
|
||||
method: 'delete'
|
||||
url: '/tender/segmentedIndicatorPlanning/' + id,
|
||||
method: 'get'
|
||||
});
|
||||
};
|
||||
|
Reference in New Issue
Block a user