From 9f468e0447a71eb7fcc4f1d78df3be9d348f6fe0 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期一, 25 三月 2024 11:33:02 +0800
Subject: [PATCH] 11
---
src/api/project/reimbursementdetailshared.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/api/project/reimbursementdetailshared.js b/src/api/project/reimbursementdetailshared.js
index ad99696..e1c29a7 100644
--- a/src/api/project/reimbursementdetailshared.js
+++ b/src/api/project/reimbursementdetailshared.js
@@ -20,7 +20,7 @@
// 鏂板鎶ラ攢鐢宠鏄庣粏
export function addReimbursementdetailshared(data) {
return request({
- url: '/project/reimbursementdetailshared',
+ url: '/project/reimbursementdetailshared/add',
method: 'post',
data: data
})
--
Gitblit v1.9.3