From c3fb1e3f80bc653c775a5a893674501c5a01223f Mon Sep 17 00:00:00 2001
From: WXL <wl_5969728@163.com>
Date: 星期四, 11 十二月 2025 17:38:15 +0800
Subject: [PATCH] 案例流程页限制功能临时屏蔽
---
src/api/project/reimbursement.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/api/project/reimbursement.js b/src/api/project/reimbursement.js
index 14cec00..fc4832c 100644
--- a/src/api/project/reimbursement.js
+++ b/src/api/project/reimbursement.js
@@ -28,7 +28,7 @@
// 鏂板鎶ラ攢鐢宠
export function addReimbursement(data) {
return request({
- url: '/project/reimbursement',
+ url: '/project/reimbursement/add',
method: 'post',
data: data
})
--
Gitblit v1.9.3