From 070ff71561be29e98bbc90e6d77f43f806f5b50b Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期四, 09 一月 2025 16:12:50 +0800
Subject: [PATCH] 34

---
 src/views/home/components/suifangjilu/index.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/home/components/suifangjilu/index.vue b/src/views/home/components/suifangjilu/index.vue
index be4665e..0585588 100644
--- a/src/views/home/components/suifangjilu/index.vue
+++ b/src/views/home/components/suifangjilu/index.vue
@@ -662,7 +662,7 @@
         wherecondition: `survery_form_type=1 and patient_code='${patientsInfo.value.code}'`,
         ordercondition: 'survery_time desc'
     }
-    pasm.wherecondition += "and suvery_form_name='营养风险筛查表(NRS2002)'"
+    pasm.wherecondition += "and suvery_form_name='NRS2002'"
     const yinyangbiaodan1 = await list(pasm)
     return yinyangbiaodan1
 }
@@ -674,7 +674,7 @@
         wherecondition: `survery_form_type=1 and patient_code='${patientsInfo.value.code}'`,
         ordercondition: 'survery_time desc'
     }
-    pasm.wherecondition += "and suvery_form_name='GNIR营养评估分'"
+    pasm.wherecondition += "and suvery_form_name='GNRI'"
     const yinyangbiaodan1 = await list(pasm)
     return yinyangbiaodan1
 }

--
Gitblit v1.8.0