预算年度管理的汇总查看

master
weizong song 4 months ago
parent fe94aa76c3
commit 00a562d210

@ -148,3 +148,12 @@ export function getPackageStatusOptions() {
{ value: 'suspended', label: '暂停' }
])
}
// 获取经济分类列表
export function getEconomicClassifications(params) {
return request({
url: '/api/ht/economic-categories',
method: 'get',
params
})
}

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save