feat: 移除预算同步相关功能,简化预算管理逻辑
This commit is contained in:
@@ -60,15 +60,3 @@ export function toggleStopBudget(id) {
|
||||
})
|
||||
}
|
||||
|
||||
/**
|
||||
* 同步预算进度
|
||||
* @param {number} id 预算ID
|
||||
* @param {string} referenceDate 参考日期 (可选)
|
||||
*/
|
||||
export function syncBudget(id, referenceDate) {
|
||||
return request({
|
||||
url: '/Budget/Sync',
|
||||
method: 'post',
|
||||
params: { id, referenceDate }
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user