From 68791965d1e15a5d666d1505251dd1f56f58fa33 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期四, 18 四月 2024 15:42:17 +0800
Subject: [PATCH] 11

---
 src/views/project/tallage/index.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/project/tallage/index.vue b/src/views/project/tallage/index.vue
index 69287b5..6ea4608 100644
--- a/src/views/project/tallage/index.vue
+++ b/src/views/project/tallage/index.vue
@@ -385,7 +385,7 @@
     /** 淇敼鎸夐挳鎿嶄綔 */
     handleUpdate(row) {
       this.$router.push({
-        path: "/cost/computingBill",
+        path: "/finance/computingBill",
         query: { id: row.id, operation: "update", data: row }
       });
     },
@@ -393,7 +393,7 @@
     /** 璇︽儏鏌ョ湅鎸夐挳鎿嶄綔 */
     handleDetail(row) {
       this.$router.push({
-        path: "/cost/computingBill",
+        path: "/finance/computingBill",
         query: { id: row.id, operation: "detail", data: row }
       });
     },

--
Gitblit v1.9.3