From 3606a96b3e06b63936db0b04ed73fda13379bb51 Mon Sep 17 00:00:00 2001
From: cqf <2252655793@qq.com>
Date: 星期五, 13 五月 2022 16:17:14 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/shf' into shf

---
 src/views/oneFromanother/index.vue |   16 +++++++++++++++-
 1 files changed, 15 insertions(+), 1 deletions(-)

diff --git a/src/views/oneFromanother/index.vue b/src/views/oneFromanother/index.vue
index 982cedd..b3b8cc3 100644
--- a/src/views/oneFromanother/index.vue
+++ b/src/views/oneFromanother/index.vue
@@ -99,7 +99,7 @@
             <el-table-column prop="date" label="流程操作" align="center">
                 <template slot-scope="scope">
                     <el-button @click="handleClick(scope.row)" type="text" size="small">不存在</el-button>
-                    <el-button @click="handleClick(scope.row)" type="text" size="small">存在</el-button>
+                    <el-button @click="handleClick(scope.row,'存在')" type="text" size="small">存在</el-button>
                 </template>
             </el-table-column>
         </el-table>
@@ -127,6 +127,20 @@
                 },
                 radio1:'待自查',       
             }
+        },
+        methods:{
+            sendBath(){
+                this.$router.push({
+                    path:'/manage'
+                })
+            },
+            handleClick(data,val){
+                if(val=='存在'){
+                    this.$router.push({
+                        path:'/exist'
+                    })
+                }
+            }
         }
     }
 </script>

--
Gitblit v1.9.2