From 75837ea9ac49b2bb7cc6f031293689aab0ea8a6e Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期四, 18 七月 2024 09:51:02 +0800
Subject: [PATCH] 11

---
 src/views/project/fund/applyDetail/index.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/views/project/fund/applyDetail/index.vue b/src/views/project/fund/applyDetail/index.vue
index be32bc2..a0282ff 100644
--- a/src/views/project/fund/applyDetail/index.vue
+++ b/src/views/project/fund/applyDetail/index.vue
@@ -158,7 +158,7 @@
               >
             </div>
           </el-col>
-          <el-col
+          <!-- <el-col
             :span="3"
             v-if="
               userprofile.nickName == '闄堟厱鍗�' &&
@@ -174,7 +174,7 @@
                 >璁$畻涓◣</el-button
               >
             </div>
-          </el-col>
+          </el-col> -->
         </el-row>
         <el-row>
           <el-table
@@ -2237,7 +2237,7 @@
           sessionStorage.setItem("apiform", JSON.stringify(this.form));
           addorupdateFund(this.form)
             .then(response => {
-              if (response.code === 200) {
+              if (response.code == 200) {
                 if (this.form.id) {
                   this.$modal.msgSuccess("鐢宠鍗曚慨鏀规垚鍔燂紒");
                   this.$router.go(-1);

--
Gitblit v1.9.3