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/patient/propaganda/particty.vue |   13 +++++++++++--
 1 files changed, 11 insertions(+), 2 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) => {

--
Gitblit v1.9.3