From 10b2b1700c8fffe9c65ebb8dcaea213a73ad6ac0 Mon Sep 17 00:00:00 2001
From: yxh <172933527@qq.com>
Date: 星期五, 24 四月 2026 11:43:32 +0800
Subject: [PATCH] yxh
---
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