From ad33e8834b09f52f3751be207b75346ab6be7494 Mon Sep 17 00:00:00 2001
From: yxh <172933527@qq.com>
Date: 星期三, 03 一月 2024 17:35:36 +0800
Subject: [PATCH] yxh

---
 src/views/project/relativesconfirmation/index.vue |   19 ++++++++++---------
 1 files changed, 10 insertions(+), 9 deletions(-)

diff --git a/src/views/project/relativesconfirmation/index.vue b/src/views/project/relativesconfirmation/index.vue
index 8de8f71..54cbad9 100644
--- a/src/views/project/relativesconfirmation/index.vue
+++ b/src/views/project/relativesconfirmation/index.vue
@@ -172,14 +172,7 @@
         fixed="right"
       >
         <template slot-scope="scope">
-          <el-button
-            size="mini"
-            type="text"
-            icon="el-icon-edit"
-            @click="handletermination(scope.row)"
-            v-hasPermi="['project:donatebaseinfo:edit']"
-            >缁堟</el-button
-          >
+
           <el-button
             size="mini"
             type="text"
@@ -1161,7 +1154,7 @@
     this.getTimeList();
     this.getList();
   },
-  mounted() {
+  mounted() { 
     this.LoadReportList();
 
     // if(this.tempRecordState != undefined && this.tempRecordState != null){
@@ -1580,6 +1573,14 @@
     },
     /** 瀹跺睘纭鎿嶄綔 */
     handleAdd(row) {
+      // this.$router.push({
+      //   path: "/organ/donationdetails/",
+      //   query: {
+      //     id: row.id,
+      //     organType: "edit",
+      //   }
+      // });
+      // return ;
       console.log("ppppppp", row);
       this.showSaveBtn = false;
       this.flowname = "瀹跺睘纭鐧昏";

--
Gitblit v1.9.3