From ff0db9c71a5234ba18f174dc534522525d71fc67 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期四, 25 七月 2024 18:43:27 +0800
Subject: [PATCH] 11

---
 src/views/project/ethicalReview/index.vue   |   13 +++++--------
 src/views/project/donatebaseinfo/index.vue  |    2 ++
 src/views/project/indexstatistics/index.vue |    2 +-
 3 files changed, 8 insertions(+), 9 deletions(-)

diff --git a/src/views/project/donatebaseinfo/index.vue b/src/views/project/donatebaseinfo/index.vue
index 608b59a..c16b502 100644
--- a/src/views/project/donatebaseinfo/index.vue
+++ b/src/views/project/donatebaseinfo/index.vue
@@ -1249,6 +1249,8 @@
     if (this.$route.params.reporterno != "") {
       this.reporterno = this.$route.params.reporterno;
     }
+    this.queryParams.terminationcase = this.$route.params.terminationcase;
+
     if (
       this.$route.params.tempRecordState != "" &&
       this.$route.params.tempRecordState != undefined
diff --git a/src/views/project/ethicalReview/index.vue b/src/views/project/ethicalReview/index.vue
index 262cadb..aa90495 100644
--- a/src/views/project/ethicalReview/index.vue
+++ b/src/views/project/ethicalReview/index.vue
@@ -123,7 +123,7 @@
       :data="listnews"
       border
     >
-    <el-table-column
+      <el-table-column
         label="妗堜緥鏃堕棿"
         align="center"
         prop="donatetime"
@@ -151,17 +151,17 @@
       <el-table-column
         label="浼︾悊瀹℃煡缁撹"
         align="center"
-        prop="flowconclusion"
+        prop="expertconclusion"
         width="100"
       >
         <template slot-scope="scope">
           <dict-tag
             :options="dict.type.sys_EthicalReview"
-            :value="scope.row.flowconclusion"
+            :value="scope.row.expertconclusion"
           />
         </template>
       </el-table-column>
-      <el-table-column label="瀹℃煡鎰忚" align="center" prop="flowcontent" />
+      <el-table-column label="瀹℃煡鎰忚" align="center" prop="expertopinion" />
       <el-table-column
         label="瀹℃煡鏃堕棿"
         align="center"
@@ -751,10 +751,7 @@
       this.loading = true;
       this.queryParams.params = {};
       sessionStorage.removeItem("ethicalReview");
-      sessionStorage.setItem(
-        "ethicalReview",
-        JSON.stringify(this.queryParams)
-      );
+      sessionStorage.setItem("ethicalReview", JSON.stringify(this.queryParams));
 
       if (null != this.daterangeReporttime && "" != this.daterangeReporttime) {
         this.queryParams.params[
diff --git a/src/views/project/indexstatistics/index.vue b/src/views/project/indexstatistics/index.vue
index cfdefc0..3402446 100644
--- a/src/views/project/indexstatistics/index.vue
+++ b/src/views/project/indexstatistics/index.vue
@@ -232,7 +232,7 @@
                 params: {
                   starttime: starttime,
                   endtime: endtime,
-                  tempRecordState: 99,
+                  terminationcase: 1,
                   reporterno: reportervalue,
                   shen: searchAddress.shen,
                   shi: searchAddress.shi,

--
Gitblit v1.9.3