From be47dc22ea72ba989f75419181284dca0021d018 Mon Sep 17 00:00:00 2001
From: heimawl <1785969728@qq.com>
Date: 星期四, 10 八月 2023 11:13:16 +0800
Subject: [PATCH] 11

---
 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