From b21bd0929551140759351002b2fc98be793d2437 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期四, 01 八月 2024 17:47:57 +0800
Subject: [PATCH] 11

---
 src/views/project/donatebaseinfo/index.vue |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/views/project/donatebaseinfo/index.vue b/src/views/project/donatebaseinfo/index.vue
index dacc710..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
@@ -1729,7 +1731,6 @@
       const id = row.id || this.ids;
       getDonatebaseinfo(id).then(response => {
         this.form = response.data;
-
         this.form.diseasetype = this.form.diseasetype.split(",");
         this.form.infectious = this.form.infectious.split(",");
         this.form.selfwill = this.form.selfwill.split(",");

--
Gitblit v1.9.3