From 733457daf115deb6088984c3c55dc5bcc906d28c Mon Sep 17 00:00:00 2001
From: yxh <172933527@qq.com>
Date: 星期三, 09 八月 2023 23:53:58 +0800
Subject: [PATCH] yxh

---
 src/views/project/fund/overheadcosts/index.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/views/project/fund/overheadcosts/index.vue b/src/views/project/fund/overheadcosts/index.vue
index 8ff4f78..a070cfc 100644
--- a/src/views/project/fund/overheadcosts/index.vue
+++ b/src/views/project/fund/overheadcosts/index.vue
@@ -791,7 +791,7 @@
     handleAdd() {
       this.$router.push({
         path: "/finance/fundcontext/",
-        query: { id: 0, businesstype: "4", operationtype: "add" }
+        query: { id: 0, businessType: "4", operationtype: "add" }
       });
 
       this.istrue += 2;
@@ -816,7 +816,7 @@
     handleUpdate(row) {
       this.$router.push({
         path: "/finance/fundcontext/",
-        query: { id: row.id, businesstype: 4, operationtype: "edit" }
+        query: { id: row.id, businessType: "4", operationtype: "edit" }
       });
 
       this.isopen = 0;
@@ -847,7 +847,7 @@
     handleDetail(row) {
       this.$router.push({
         path: "/finance/fundcontext/",
-        query: { id: row.id, businesstype: 4, operationtype: "detail" }
+        query: { id: row.id, businessType: "4", operationtype: "detail" }
       });
 
       this.isopen = 0;

--
Gitblit v1.9.3