WXL
2024-04-19 b5c6bd990aa8d408c97792d620cf1eefe3307d43
测试完成
已修改3个文件
17 ■■■■ 文件已修改
src/views/patient/propaganda/particty.vue 13 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/repositoryai/templateku/configurat/measurement.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/system/dept/index.vue 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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) => {
src/views/repositoryai/templateku/configurat/measurement.vue
@@ -235,7 +235,7 @@
  }
}
.borderdiv {
  min-height: 60vh;
  height: 100vh;
  font-size: 20px;
  padding: 30px;
  max-height: 700px;
src/views/system/dept/index.vue
@@ -300,6 +300,8 @@
  methods: {
    /** 查询部门列表 */
    getList() {
      console.log(this.deptList);
      this.loading = true;
      listDept(this.queryParams).then((response) => {
        this.deptList = this.handleTree(response.data, "deptId");