From 9b2c74ee4f08fad01c2a16bc6e36df073bfa1dd5 Mon Sep 17 00:00:00 2001
From: WXL <wl_5969728@163.com>
Date: 星期五, 24 四月 2026 09:12:13 +0800
Subject: [PATCH] 推送

---
 src/views/business/decide/index.vue |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/views/business/decide/index.vue b/src/views/business/decide/index.vue
index 02e8add..1430372 100644
--- a/src/views/business/decide/index.vue
+++ b/src/views/business/decide/index.vue
@@ -62,7 +62,7 @@
     <el-card class="tool-card">
       <el-row :gutter="10">
         <el-col :span="16">
-          <el-button type="primary" icon="el-icon-plus" @click="handleCreate"
+          <!-- <el-button type="primary" icon="el-icon-plus" @click="handleCreate"
             >鏂板缓姝讳骸鍒ゅ畾</el-button
           >
           <el-button
@@ -71,7 +71,7 @@
             :disabled="single"
             @click="handleUpdate"
             >淇敼</el-button
-          >
+          > -->
           <el-button
             type="warning"
             icon="el-icon-download"
@@ -439,7 +439,7 @@
     handleView(row) {
       this.$router.push({
         path: "/case/DecideInfo",
-        query: { id: row.id }
+        query: { id: row.id,infoid:row.infoid }
       });
     },
 
@@ -453,7 +453,7 @@
       const id = row.id || this.ids[0];
       this.$router.push({
         path: "/case/DecideInfo",
-        query: { id: id, isEdit: true }
+        query: { id: id,infoid:row.infoid, isEdit: true }
       });
     },
 

--
Gitblit v1.9.3