From d8810007a7cb2e12141773d3953fe3b10a9aaf6d Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期三, 18 十月 2023 13:56:18 +0800
Subject: [PATCH] 11

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

diff --git a/src/views/project/fund/applyDetail/index.vue b/src/views/project/fund/applyDetail/index.vue
index f4235ad..1f25e4a 100644
--- a/src/views/project/fund/applyDetail/index.vue
+++ b/src/views/project/fund/applyDetail/index.vue
@@ -678,15 +678,11 @@
 
         <el-row
           style="margin-top: 25px; margin-bottom: 5px"
-          v-if="operationType == 'check'"
+          v-if="operationType == 'check' && userprofile.nickName == '闄堟厱鍗�'"
         >
           <el-col :span="7">
             <el-form-item label="鐢宠鏉愭枡鐘舵��" prop="infoid">
-              <el-radio-group
-                v-model="form.checkstatus"
-                align="left"
-                :disabled="userprofile.nickName != '闄堟厱鍗�'"
-              >
+              <el-radio-group v-model="form.checkstatus" align="left">
                 <el-radio :label="1">寰呯敵璇锋潗鏂�</el-radio>
                 <el-radio :label="2">鐢宠鏉愭枡閫氳繃绛夊緟鏉愭枡</el-radio>
                 <el-radio :label="3">宸叉敹鍒版姤閿�鏉愭枡</el-radio>
@@ -2313,13 +2309,14 @@
         flowconclusion: this.checkObj.flowlevelone,
         flowcontent: this.checkObj.flowconclusion
       };
+      if (this.userprofile.nickName == "闄堟厱鍗�") {
+        this.Savenow();
+        console.log("淇濆瓨");
+      }
       checkfund(checkFundObj).then(res => {
         //鍏抽棴绐楀彛
-        this.reset();
         this.$modal.msgSuccess("瀹℃牳瀹屾垚!");
-        if (this.userprofile.nickName == "闄堟厱鍗�") {
-          this.submitForm();
-        }
+
         this.$store.dispatch("tagsView/delView", this.$route);
         this.$router.go(-1);
       });

--
Gitblit v1.9.3