预算和指标填报
This commit is contained in:
@@ -316,6 +316,24 @@ export function updateTargetYearData(data) {
|
||||
data: data,
|
||||
});
|
||||
}
|
||||
// 预算填报模板下载/导出
|
||||
export function importTemplateYS(data) {
|
||||
return request({
|
||||
url: '/lb/index-target-month/export',
|
||||
method: "post",
|
||||
data: data,
|
||||
responseType: 'blob'
|
||||
})
|
||||
}
|
||||
// 指标填报模板下载/导出
|
||||
export function importTemplateZB(data) {
|
||||
return request({
|
||||
url: '/lb/index-real-month/export',
|
||||
method: "post",
|
||||
data: data,
|
||||
responseType: 'blob'
|
||||
})
|
||||
}
|
||||
|
||||
export function getRealMonthPage(data) {
|
||||
return request({
|
||||
|
||||
Reference in New Issue
Block a user