From d4a5df36e3d352dbd3a344f9da6aac409a811f08 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期五, 10 十一月 2023 17:08:46 +0800
Subject: [PATCH] 123

---
 src/views/project/travelexpenseapply/travelexpensedetail/index.vue |   13 ++++++-------
 1 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/src/views/project/travelexpenseapply/travelexpensedetail/index.vue b/src/views/project/travelexpenseapply/travelexpensedetail/index.vue
index bf7c385..f866229 100644
--- a/src/views/project/travelexpenseapply/travelexpensedetail/index.vue
+++ b/src/views/project/travelexpenseapply/travelexpensedetail/index.vue
@@ -2354,16 +2354,15 @@
         this.$modal.msgError("璇烽�夋嫨瀹℃牳缁撹鍚庡啀鎻愪氦瀹℃壒缁撴灉!");
         return;
       }
-   if (this.userprofile.nickName == "闄堟厱鍗�") {
-          this.Savenow();
-          console.log("淇濆瓨");
-        }
+      if (this.userprofile.nickName == "闄堟厱鍗�") {
+        this.Savenow();
+        console.log("淇濆瓨");
+      }
       checkfund(checkfundobj).then(res => {
         this.$modal.msgSuccess("鎻愪氦瀹℃牳鎴愬姛!");
         // 鍏抽棴绐楀彛
-          this.$store.dispatch("tagsView/delView", this.$route);
-          this.$router.go(-1);
-       
+        this.$store.dispatch("tagsView/delView", this.$route);
+        this.$router.go(-1);
       });
     },
 

--
Gitblit v1.9.3