123
This commit is contained in:
@@ -35,6 +35,16 @@ export const investmentProjectsPlanGetById = (id: number|string) => {
|
||||
},
|
||||
});
|
||||
};
|
||||
// 根据模板id查询项目投资计划
|
||||
export const getInvestmentProjectsPlanByTemplateId = (templateId: string) => {
|
||||
return request({
|
||||
url: '/admin/investmentProjectsPlan/getByTemplateId',
|
||||
method: 'get',
|
||||
params: {
|
||||
templateId: templateId
|
||||
}
|
||||
})
|
||||
}
|
||||
// 推送国资 投资项目计划
|
||||
export const investmentProjectsPlanPush = (id: string) => {
|
||||
return request({
|
||||
|
||||
Reference in New Issue
Block a user