From 8324c778ee797ea5a844614c47d93bdacf3ffeab Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期日, 07 一月 2024 13:17:33 +0800
Subject: [PATCH] 11
---
src/views/project/relativesconfirmation/index.vue | 23 ++++++++++-------------
1 files changed, 10 insertions(+), 13 deletions(-)
diff --git a/src/views/project/relativesconfirmation/index.vue b/src/views/project/relativesconfirmation/index.vue
index 7230d8b..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){
@@ -1267,10 +1260,7 @@
};
this.loading = true;
this.curCase = row;
- debugger;
- console.log("32323232323", searchparam, row);
listRelativesconfirmation(searchparam).then((response) => {
- console.log("wdadwadawdawd", response);
this.loading = false;
if (response.code == 200) {
if (response.rows.length == 0) {
@@ -1583,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 = "瀹跺睘纭鐧昏";
@@ -1925,7 +1923,6 @@
const id = row.id || this.ids;
downloadconfirmationinfo(id).then((response) => {
- debugger;
var fileUrl = response;
//鑾峰彇褰撳墠缃戝潃
var urlBase = process.env.VUE_APP_BASE_API;
--
Gitblit v1.9.3