WXL
2024-04-19 b5c6bd990aa8d408c97792d620cf1eefe3307d43
src/views/patient/propaganda/particty.vue
@@ -11,7 +11,7 @@
          ></el-step>
          <el-step
            icon="el-icon-user"
            title="任主体"
            title="任务主体"
            description="在本部选择服务患者"
          ></el-step>
          <el-step icon="el-icon-user" title="模版确认"></el-step>
@@ -672,12 +672,13 @@
  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 {
@@ -855,6 +856,7 @@
    this.id = this.$route.query.id;
    this.form.type = this.$route.query.type;
    this.Getdetails();
    this.listDept();
    this.Acquisitiontype();
  },
@@ -1091,6 +1093,13 @@
        });
      }
    },
    // 获取科室列表
    listDept() {
      listDept().then((res) => {
        this.topicoptions = res.data;
        console.log(this.topicoptions, "topicoptions");
      });
    },
    // 新增派送患者
    AddDispatchpatients() {
      this.SelectPatientslist.forEach((item) => {