From 2d9bba98a72f0408f92ae67ec1236b99d9f40f11 Mon Sep 17 00:00:00 2001 From: odjbin <1042039504@qq.com> Date: Sat, 22 Jun 2024 18:49:14 +0800 Subject: [PATCH] =?UTF-8?q?fix=20:=20=E5=88=86=E6=91=8A=E8=AF=A6=E6=83=85?= =?UTF-8?q?=E5=B0=8F=E8=AE=A1=E4=B8=8E=E5=AF=BC=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/expense-manage/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/expense-manage/index.js b/src/api/expense-manage/index.js index bed3ba4..2bd970d 100644 --- a/src/api/expense-manage/index.js +++ b/src/api/expense-manage/index.js @@ -15,7 +15,7 @@ export const getAllocationDetail = (allocationId) => { }; export const getAllocationDetails = (allocationId) => { return request({ - url: `/workflow/mosr/cost/allocation/usr/detail`, + url: `/workflow/mosr/cost/allocation/usr/detail/${allocationId}`, method: "get" }); };