| | |
| | | }; |
| | | }, |
| | | created() { |
| | | if (sessionStorage.getItem("donationwitness")) { |
| | | this.queryParams = JSON.parse(sessionStorage.getItem("donationwitness")); |
| | | console.log(this.queryParams, "queryParams"); |
| | | } |
| | | this.getCoordinatorList1(); |
| | | this.getCoordinatorList2(); |
| | | }, |
| | |
| | | getList(e) { |
| | | this.loading = true; |
| | | this.queryParams.params = {}; |
| | | sessionStorage.removeItem("donationwitness"); |
| | | sessionStorage.setItem( |
| | | "donationwitness", |
| | | JSON.stringify(this.queryParams) |
| | | ); |
| | | if (this.starttime != "") { |
| | | this.queryParams.starttime = this.starttime; |
| | | } |