From 710d01138ef8377036d1cac4104dd414dd9b0dc2 Mon Sep 17 00:00:00 2001
From: yxh <172933527@qq.com>
Date: 星期三, 02 八月 2023 16:22:30 +0800
Subject: [PATCH] 伦理费修改

---
 src/views/project/fund/fundApply/index.vue |    7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/src/views/project/fund/fundApply/index.vue b/src/views/project/fund/fundApply/index.vue
index d79a315..b96886a 100644
--- a/src/views/project/fund/fundApply/index.vue
+++ b/src/views/project/fund/fundApply/index.vue
@@ -447,7 +447,7 @@
   getdownloadSS,
   getdownloadYX,
   getdownloadBX,
-  batchUploadFund,
+  addorupdateFund,
   getdownloadLL,
   getdetailsByItemId,
 } from "@/api/project/fund";
@@ -557,9 +557,6 @@
         ],
         deptmentname: [
           { required: true, message: "璇疯緭鍏ユ墍灞炵粍鍒�", trigger: "blur" },
-        ],
-        amountrequested: [
-          { required: true, message: "璇疯緭鍏ョ敵璇烽噾棰�", trigger: "blur" },
         ],
       },
       //鎹愮尞妗堜緥鍒楄〃鏁版嵁
@@ -1053,7 +1050,7 @@
             }
 
             this.form.serviceFunddetails = this.fundDetailArr;
-            batchUploadFund(this.form).then((response) => {
+            addorupdateFund(this.form).then((response) => {
               if (response.code === 200) {
                 this.$modal.msgSuccess("鏂板鎴愬姛");
                 this.loading = false;

--
Gitblit v1.9.3