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/ethicalReview/index.vue | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/src/views/business/ethicalReview/index.vue b/src/views/business/ethicalReview/index.vue
index e0cb1be..73029df 100644
--- a/src/views/business/ethicalReview/index.vue
+++ b/src/views/business/ethicalReview/index.vue
@@ -75,16 +75,16 @@
<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
+ > -->
+ <!-- <el-button
type="success"
icon="el-icon-edit"
:disabled="single"
@click="handleUpdate"
>淇敼</el-button
- >
+ > -->
<el-button
type="warning"
icon="el-icon-download"
@@ -361,7 +361,7 @@
handleView(row) {
this.$router.push({
path: "/case/ethicalReviewInfo",
- query: { id: row.infoid }
+ query: { infoid: row.infoid }
});
},
// 鏂板鎸夐挳鎿嶄綔
@@ -370,10 +370,10 @@
},
// 淇敼鎸夐挳鎿嶄綔
handleUpdate(row) {
- const id = row.infoid || this.ids[0];
+ const infoid = row.infoid;
this.$router.push({
path: "/case/ethicalReviewInfo",
- query: { id: id }
+ query: { infoid: infoid }
});
},
// 缁撴潫瀹℃煡鎿嶄綔
--
Gitblit v1.9.3