Merge branch 'wulong' of http://116.62.18.175:6699/r/~yxh/smartor-web into yxh01
| | |
| | | <span>{{ parseTime(scope.row.create_time) }}</span> |
| | | </template> |
| | | </el-table-column> |
| | | |
| | | |
| | | <el-table-column |
| | | label="操作" |
| | |
| | | this.$router.push({ |
| | | path: "/followvisit/tasklist/FollowupDetails/", |
| | | }); |
| | | // this.reset(); |
| | | // this.addalteropen = true; |
| | | // getUser().then((response) => { |
| | | // this.postOptions = response.posts; |
| | | // this.roleOptions = response.roles; |
| | | // this.title = "新增门诊随访"; |
| | | // this.form.password = this.initPassword; |
| | | // }); |
| | | }, |
| | | /** 修改按钮操作 */ |
| | | handleUpdate(row) { |
| | | // const userId = row.userId || this.ids; |
| | | // this.$router.push({ |
| | | // path: "/followvisit/tasklist/FollowupDetails/", |
| | | // query: { id: row.id }, |
| | | // }); |
| | | this.$router.push({ |
| | | path: "/followvisit/tasklist/FollowupDetails/", |
| | | query: { id: row.id }, |
| | | path: "/followvisit/particty", |
| | | query: { type: 2, }, |
| | | }); |
| | | }, |
| | | /** 重置密码按钮操作 */ |