From b5c6bd990aa8d408c97792d620cf1eefe3307d43 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期五, 19 四月 2024 10:55:00 +0800
Subject: [PATCH] 测试完成

---
 src/views/repositoryai/templateku/configurat/measurement.vue |    2 +-
 src/views/system/dept/index.vue                              |    2 ++
 src/views/patient/propaganda/particty.vue                    |   13 +++++++++++--
 3 files changed, 14 insertions(+), 3 deletions(-)

diff --git a/src/views/patient/propaganda/particty.vue b/src/views/patient/propaganda/particty.vue
index db07b76..1129e13 100644
--- a/src/views/patient/propaganda/particty.vue
+++ b/src/views/patient/propaganda/particty.vue
@@ -11,7 +11,7 @@
           ></el-step>
           <el-step
             icon="el-icon-user"
-            title="浠讳富浣�"
+            title="浠诲姟涓讳綋"
             description="鍦ㄦ湰閮ㄩ�夋嫨鏈嶅姟鎮h��"
           ></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) => {
diff --git a/src/views/repositoryai/templateku/configurat/measurement.vue b/src/views/repositoryai/templateku/configurat/measurement.vue
index 10f2cc5..195f750 100644
--- a/src/views/repositoryai/templateku/configurat/measurement.vue
+++ b/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;
diff --git a/src/views/system/dept/index.vue b/src/views/system/dept/index.vue
index 841e3c4..e4dceb6 100644
--- a/src/views/system/dept/index.vue
+++ b/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");

--
Gitblit v1.9.3