| | |
| | | this.queryParams.city = this.$route.params.city; |
| | | } |
| | | this.getuserlist(); |
| | | if (sessionStorage.getItem("ethicalReview")) { |
| | | this.queryParams = JSON.parse(sessionStorage.getItem("ethicalReview")); |
| | | console.log(this.queryParams, "queryParams"); |
| | | } |
| | | this.getList(); |
| | | }, |
| | | activated() {}, |
| | |
| | | getList() { |
| | | this.loading = true; |
| | | this.queryParams.params = {}; |
| | | console.log(this.starttime, "this.starttime"); |
| | | console.log(this.endtime, "this.endtime"); |
| | | sessionStorage.removeItem("ethicalReview"); |
| | | sessionStorage.setItem( |
| | | "ethicalReview", |
| | | JSON.stringify(this.queryParams) |
| | | ); |
| | | |
| | | if (null != this.daterangeReporttime && "" != this.daterangeReporttime) { |
| | | this.queryParams.params[ |
| | | "beginReporttime" |