| | |
| | | :value="scope.row.workflow" |
| | | /> |
| | | </div> |
| | | <div v-else>任务中止</div> |
| | | <div v-else>任务终止</div> |
| | | </template> |
| | | </el-table-column> |
| | | |
| | |
| | | }; |
| | | }, |
| | | created() { |
| | | // this.getDicts('country').then(res=>{ |
| | | // this.nationality =res.data |
| | | // }) |
| | | if (sessionStorage.getItem("donatefinish")) { |
| | | this.queryParams = JSON.parse(sessionStorage.getItem("donatefinish")); |
| | | console.log(this.queryParams, "queryParams"); |
| | | } |
| | | }, |
| | | activated() { |
| | | this.selecttime = ""; |
| | |
| | | if (this.$route.params.starttime != null && this.$route.params.endtime) { |
| | | this.selecttime = [ |
| | | this.$moment(this.$route.params.starttime).format("YYYY-MM-DD"), |
| | | this.$moment(this.$route.params.endtime) |
| | | .format("YYYY-MM-DD") |
| | | this.$moment(this.$route.params.endtime).format("YYYY-MM-DD") |
| | | ]; |
| | | } |
| | | if (this.$route.params.reporterno != "") { |
| | |
| | | getList() { |
| | | this.loading = true; |
| | | this.queryParams.params = {}; |
| | | sessionStorage.removeItem("donatefinish"); |
| | | sessionStorage.setItem("donatefinish", JSON.stringify(this.queryParams)); |
| | | if (null != this.daterangeReporttime && "" != this.daterangeReporttime) { |
| | | this.queryParams.params[ |
| | | "beginReporttime" |