From 92cf010eaa361321e689bdedfe0fc1de59c3ff21 Mon Sep 17 00:00:00 2001
From: yxh <172933527@qq.com>
Date: 星期五, 25 八月 2023 15:19:46 +0800
Subject: [PATCH] yxh

---
 src/views/project/fund/applyDetail/index.vue                       |    3 +++
 src/views/project/travelexpenseapply/travelexpensedetail/index.vue |    8 +++++---
 2 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/src/views/project/fund/applyDetail/index.vue b/src/views/project/fund/applyDetail/index.vue
index cb0d413..8eb3fcd 100644
--- a/src/views/project/fund/applyDetail/index.vue
+++ b/src/views/project/fund/applyDetail/index.vue
@@ -1313,8 +1313,11 @@
         flowcontent: this.checkObj.flowconclusion,
       };
       checkfund(checkFundObj).then((res) => {
+        //鍏抽棴绐楀彛
         this.reset();
         this.$modal.msgSuccess("瀹℃牳瀹屾垚!");
+        this.$store.dispatch('tagsView/delView', this.$route)
+        this.$router.go(-1);
       });
     },
 
diff --git a/src/views/project/travelexpenseapply/travelexpensedetail/index.vue b/src/views/project/travelexpenseapply/travelexpensedetail/index.vue
index c4f5835..f88787c 100644
--- a/src/views/project/travelexpenseapply/travelexpensedetail/index.vue
+++ b/src/views/project/travelexpenseapply/travelexpensedetail/index.vue
@@ -282,8 +282,8 @@
             <el-table-column prop="cityfee" label="甯傚唴浜ら�氳垂" align="center" width="100">
               <template slot-scope="scope">
                 <el-input v-model="scope.row.cityfee" placeholder="甯傚唴浜ら�氳垂" @blur="(val) => {
-                    sumRowFee(scope.row);
-                  }
+                  sumRowFee(scope.row);
+                }
                   ">{{ Number(scope.row.cityfee).toFixed(2) }}
                 </el-input>
               </template>
@@ -1427,8 +1427,10 @@
       checkfund(checkfundobj).then(res => {
         this.reset();
         this.open = false;
-        this.getList();
         this.$modal.msgSuccess("鎻愪氦瀹℃牳鎴愬姛!");
+        // 鍏抽棴绐楀彛
+        this.$store.dispatch('tagsView/delView', this.$route)
+        this.$router.go(-1);
       });
     },
 

--
Gitblit v1.9.3