From 6f0457a46df19472d49d6e4eaea12b38e964de9e Mon Sep 17 00:00:00 2001
From: WXL (wul) <wl_5969728@163.com>
Date: 星期五, 12 九月 2025 18:00:44 +0800
Subject: [PATCH] 随访类型及人员配置优化,宣教优化,脱敏处理

---
 src/views/followvisit/zbAgain/index.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/followvisit/zbAgain/index.vue b/src/views/followvisit/zbAgain/index.vue
index 954c7ae..44bede2 100644
--- a/src/views/followvisit/zbAgain/index.vue
+++ b/src/views/followvisit/zbAgain/index.vue
@@ -1187,7 +1187,7 @@
     },
     affiliation() {
 
-      this.topqueryParams.managementDoctor = store.getters.hisUserId;
+      this.topqueryParams.managementDoctorCode= store.getters.hisUserId;
       this.getList(1);
     },
     onthatday() {

--
Gitblit v1.9.3