From 7c428310f2ee232db42b37543059b671ab723eda Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期五, 03 十一月 2023 18:30:22 +0800
Subject: [PATCH] 11

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

diff --git a/src/views/project/fund/applyDetail/index.vue b/src/views/project/fund/applyDetail/index.vue
index 2ae752b..f339d54 100644
--- a/src/views/project/fund/applyDetail/index.vue
+++ b/src/views/project/fund/applyDetail/index.vue
@@ -150,7 +150,7 @@
             <div
               style="margin-bottom: 15px;"
               v-if="
-                userprofile.nickName == '闄堟厱鍗�' && operationType == 'check'
+                userprofile.nickName == '闄堟厱鍗�'
               "
             >
               <el-button
@@ -2887,20 +2887,22 @@
           );
           sessionStorage.setItem("apiform", JSON.stringify(this.form));
           // this.$router.go(0);
-          this.$router.push({
-            path: "/finance/applyDetail/",
-            query: {
-              id: this.curId,
-              businessType: this.businessType,
-              operationType: this.operationType,
-              curCase: this.curCase
-            }
-          });
-        } else {
-          // this.$message({
-          //   type: "error",
-          //   message: "鐢宠澶辫触"
+          // this.$router.push({
+          //   path: "/finance/applyDetail/",
+          //   query: {
+          //     id: this.curId,
+          //     businessType: this.businessType,
+          //     operationType: this.operationType,
+          //     curCase: this.curCase
+          //   }
           // });
+          this.$modal.msgSuccess("璁$畻鎴愬姛");
+          this.handleCheck()
+        } else {
+          this.$message({
+            type: "error",
+            message: "璁$畻閿欒"
+          });
         }
       });
     },
@@ -3188,6 +3190,8 @@
     uploadSccess(response, file, fileList) {
       this.rbDetails;
       //鑾峰彇绁ㄦ嵁淇℃伅浣嶇疆
+      console.log(response);
+      console.log(file);
       if (this.activeName == 1) {
         if (response.code == 200) {
           // this.form.filename = file.raw.name;

--
Gitblit v1.9.3