From 725065e5caba8d10a5c57b66a4cd28222dbe65cd Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期四, 07 九月 2023 17:36:31 +0800
Subject: [PATCH] 11

---
 src/views/project/fundcheck/medicalCostCheck/index.vue |    2 +-
 src/api/project/fund.js                                |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/api/project/fund.js b/src/api/project/fund.js
index aa853d5..1e52c9d 100644
--- a/src/api/project/fund.js
+++ b/src/api/project/fund.js
@@ -67,7 +67,7 @@
 // 鍒犻櫎璐圭敤鐢宠涓�
 export function delFund(id) {
   return request({
-    url: '/project/fund/' + id,
+    url: '/project/fund/remove/' + id,
     method: 'get'
   })
 }
diff --git a/src/views/project/fundcheck/medicalCostCheck/index.vue b/src/views/project/fundcheck/medicalCostCheck/index.vue
index 9905c98..bb82d7b 100644
--- a/src/views/project/fundcheck/medicalCostCheck/index.vue
+++ b/src/views/project/fundcheck/medicalCostCheck/index.vue
@@ -1125,7 +1125,7 @@
 
     totaldayin(e) {
       // const id =this.row.id
-      getdownloadBX(e).then(res => {
+      getdownloadYX(e).then(res => {
         if (res.downloadUrl) {
           var fileUrl = res;
           //鑾峰彇褰撳墠缃戝潃

--
Gitblit v1.9.3