yxh
yxh
10 天以前 8022f7036945b75f82f2dfc43055623f81ed98f6
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(",");