From 64a778c9547bb0ed4c509ad6e19e393c8e6e0f12 Mon Sep 17 00:00:00 2001 From: xs Date: Thu, 4 Dec 2025 14:01:23 +0800 Subject: [PATCH] =?UTF-8?q?1.0.47=EF=BC=9A=20=E5=89=8D=E7=AB=AF=EF=BC=9A?= =?UTF-8?q?=20=20=20=20fix(budget):=E6=96=B0=E5=A2=9Erouter=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/oa/erp/budgetInfo/index.ts | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/api/oa/erp/budgetInfo/index.ts b/src/api/oa/erp/budgetInfo/index.ts index 102ec18..f603184 100644 --- a/src/api/oa/erp/budgetInfo/index.ts +++ b/src/api/oa/erp/budgetInfo/index.ts @@ -57,6 +57,18 @@ export const updateErpBudgetInfo = (data: budgetInfoForm) => { }); }; +/** + * 变更项目预算 + * @param data + */ +export const changeErpBudgetInfo = (data: budgetInfoForm) => { + return request({ + url: '/oa/erp/budgetInfo/change', + method: 'post', + data: data + }); +}; + /** * 删除项目预算 * @param budgetId