From 410d68c849410b4aa28be97bf60eb3af77641aa1 Mon Sep 17 00:00:00 2001
From: yxh <172933527@qq.com>
Date: 星期二, 08 八月 2023 11:12:47 +0800
Subject: [PATCH] yxh

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

diff --git a/src/views/project/fund/fundApply/index.vue b/src/views/project/fund/fundApply/index.vue
index 229e81c..b96886a 100644
--- a/src/views/project/fund/fundApply/index.vue
+++ b/src/views/project/fund/fundApply/index.vue
@@ -558,9 +558,6 @@
         deptmentname: [
           { required: true, message: "璇疯緭鍏ユ墍灞炵粍鍒�", trigger: "blur" },
         ],
-        amountrequested: [
-          { required: true, message: "璇疯緭鍏ョ敵璇烽噾棰�", trigger: "blur" },
-        ],
       },
       //鎹愮尞妗堜緥鍒楄〃鏁版嵁
       // donationCaseTableData:[],
@@ -1470,7 +1467,7 @@
         this.$modal.msgSuccess(response.msg);
         this.fileList.push({ name: response.fileName, url: response.fileName });
       } else {
-        console.log(response.msg);;
+        this.$modal.msgError(response.msg);
       }
     },
 

--
Gitblit v1.9.3