From c6a61bf9bf4d1ae57098aa26dcf2448ce6bb80e4 Mon Sep 17 00:00:00 2001 From: WXL (wul) <wl_5969728@163.com> Date: 星期五, 05 九月 2025 10:16:43 +0800 Subject: [PATCH] 测试完成 --- src/views/followvisit/again/index.vue | 2 +- src/views/followvisit/zbAgain/index.vue | 2 +- src/views/followvisit/discharge/outpatientService.vue | 2 +- src/views/followvisit/discharge/index.vue | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/followvisit/again/index.vue b/src/views/followvisit/again/index.vue index 9044f1f..daa9a30 100644 --- a/src/views/followvisit/again/index.vue +++ b/src/views/followvisit/again/index.vue @@ -1198,7 +1198,7 @@ }, affiliation() { - this.topqueryParams.managementDoctor = store.getters.hisUserId; + this.topqueryParams.managementDoctorCode= store.getters.hisUserId; this.getList(1); }, diff --git a/src/views/followvisit/discharge/index.vue b/src/views/followvisit/discharge/index.vue index 23f9174..5e47a60 100644 --- a/src/views/followvisit/discharge/index.vue +++ b/src/views/followvisit/discharge/index.vue @@ -1409,7 +1409,7 @@ }, affiliation() { - this.topqueryParams.managementDoctor = store.getters.hisUserId; + this.topqueryParams.managementDoctorCode= store.getters.hisUserId; this.getList(1); }, onthatday() { diff --git a/src/views/followvisit/discharge/outpatientService.vue b/src/views/followvisit/discharge/outpatientService.vue index c6fe3df..4895852 100644 --- a/src/views/followvisit/discharge/outpatientService.vue +++ b/src/views/followvisit/discharge/outpatientService.vue @@ -1182,7 +1182,7 @@ }, affiliation() { - this.topqueryParams.managementDoctor = store.getters.hisUserId; + this.topqueryParams.managementDoctorCode= store.getters.hisUserId; this.getList(1); }, diff --git a/src/views/followvisit/zbAgain/index.vue b/src/views/followvisit/zbAgain/index.vue index c393c58..fa4c662 100644 --- a/src/views/followvisit/zbAgain/index.vue +++ b/src/views/followvisit/zbAgain/index.vue @@ -1188,7 +1188,7 @@ }, affiliation() { - this.topqueryParams.managementDoctor = store.getters.hisUserId; + this.topqueryParams.managementDoctorCode= store.getters.hisUserId; this.getList(1); }, onthatday() { -- Gitblit v1.9.3