| | |
| | | :value="scope.row.workflow" |
| | | /> |
| | | </div> |
| | | <div v-else>任务中止</div> |
| | | <div v-else>任务终止</div> |
| | | </template> |
| | | </el-table-column> |
| | | |
| | |
| | | // this.getDicts('country').then(res=>{ |
| | | // this.nationality =res.data |
| | | // }) |
| | | if (sessionStorage.getItem("relativesconfirmation")) { |
| | | this.queryParams = JSON.parse(sessionStorage.getItem("relativesconfirmation")); |
| | | console.log(this.queryParams, "queryParams"); |
| | | } |
| | | this.getuserlist(); |
| | | this.getLeaderList(); |
| | | this.getCoordinatorList1(); |
| | |
| | | /** 查询捐献基础列表 */ |
| | | getList(e) { |
| | | this.loading = true; |
| | | |
| | | sessionStorage.removeItem("relativesconfirmation"); |
| | | sessionStorage.setItem( |
| | | "relativesconfirmation", |
| | | JSON.stringify(this.queryParams) |
| | | ); |
| | | if (null != this.daterangeReporttime && "" != this.daterangeReporttime) { |
| | | this.queryParams.params[ |
| | | "beginReporttime" |
| | |
| | | }, |
| | | /** 家属确认操作 */ |
| | | handleAdd(row) { |
| | | // this.$router.push({ |
| | | // path: "/organ/donationdetails/", |
| | | // query: { |
| | | // id: row.id, |
| | | // organType: "edit", |
| | | // } |
| | | // }); |
| | | // return ; |
| | | this.$router.push({ |
| | | path: "/organ/donationdetails/", |
| | | query: { |
| | | id: row.id, |
| | | organType: "edit", |
| | | } |
| | | }); |
| | | return ; |
| | | console.log("ppppppp", row); |
| | | this.showSaveBtn = false; |
| | | this.flowname = "家属确认登记"; |