| | |
| | | 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 |
| | |
| | | <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" |
| | |
| | | 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[ |
| | |
| | | params: { |
| | | starttime: starttime, |
| | | endtime: endtime, |
| | | tempRecordState: 99, |
| | | terminationcase: 1, |
| | | reporterno: reportervalue, |
| | | shen: searchAddress.shen, |
| | | shi: searchAddress.shi, |