| | |
| | | border |
| | | :data="donatebaseinfoList" |
| | | > |
| | | <el-table-column |
| | | label="案例时间" |
| | | align="center" |
| | | prop="donatetime" |
| | | width="120" |
| | | > |
| | | <template slot-scope="scope"> |
| | | <span>{{ parseTime(scope.row.donatetime, "{y}-{m}-{d}") }}</span> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column |
| | | label="报告时间" |
| | | align="center" |
| | |
| | | }; |
| | | }, |
| | | 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; |
| | | } |