From 30898b3fcc871f58f0d49200bd50de30cd6b12ad Mon Sep 17 00:00:00 2001
From: WXL (wul) <wl_5969728@163.com>
Date: 星期四, 11 九月 2025 17:51:40 +0800
Subject: [PATCH] 测试完成

---
 src/views/followvisit/discharge/outpatientService.vue |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/views/followvisit/discharge/outpatientService.vue b/src/views/followvisit/discharge/outpatientService.vue
index 1ec2c19..f0acb01 100644
--- a/src/views/followvisit/discharge/outpatientService.vue
+++ b/src/views/followvisit/discharge/outpatientService.vue
@@ -456,7 +456,7 @@
         <!-- <el-table-column label="鎬у埆"width="100" align="center" key="sex" prop="sex" /> -->
         <!-- <el-table-column label="搴婂彿" align="center" key="badNo" prop="badNo" /> -->
         <el-table-column
-          label="璇鹃缁�"
+          label="绉戝"
           align="center"
           key="deptname"
           prop="deptname"
@@ -759,7 +759,7 @@
             v-model="zcform.age"
           ></el-input>
         </el-form-item>
-        <el-form-item label="璇鹃缁�">
+        <el-form-item label="绉戝">
           <el-input
             style="width: 400px"
             disabled
@@ -892,7 +892,7 @@
       sourcetype: [
         {
           value: 1,
-          label: "璇鹃缁�",
+          label: "绉戝",
           children: [],
         },
         {
@@ -1181,7 +1181,7 @@
     },
     affiliation() {
 
-      this.topqueryParams.managementDoctor = store.getters.hisUserId;
+      this.topqueryParams.managementDoctorCode= store.getters.hisUserId;
 
       this.getList(1);
     },

--
Gitblit v1.9.3