| | |
| | | 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 |
| | |
| | | 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(","); |