| | |
| | | ></el-step> |
| | | <el-step |
| | | icon="el-icon-user" |
| | | title="任主体" |
| | | title="任务主体" |
| | | description="在本部选择服务患者" |
| | | ></el-step> |
| | | <el-step icon="el-icon-user" title="模版确认"></el-step> |
| | |
| | | getFollowuplist, |
| | | getQtemplatelist, |
| | | getTaskInfo, |
| | | addhetask, |
| | | gethetaskinfo, |
| | | delhetaskinfo, |
| | | Editsingletask, |
| | | getvFollowup, |
| | | } from "@/api/AiCentre/index"; |
| | | import { listDept } from "@/api/system/dept"; |
| | | |
| | | import SFtable from "@/components/SFtable"; //表格组件 |
| | | |
| | | export default { |
| | |
| | | this.id = this.$route.query.id; |
| | | this.form.type = this.$route.query.type; |
| | | this.Getdetails(); |
| | | this.listDept(); |
| | | this.Acquisitiontype(); |
| | | }, |
| | | |
| | |
| | | }); |
| | | } |
| | | }, |
| | | // 获取科室列表 |
| | | listDept() { |
| | | listDept().then((res) => { |
| | | this.topicoptions = res.data; |
| | | console.log(this.topicoptions, "topicoptions"); |
| | | }); |
| | | }, |
| | | // 新增派送患者 |
| | | AddDispatchpatients() { |
| | | this.SelectPatientslist.forEach((item) => { |