chenyc
2025-01-16 a5d06bcaaf7761b594ee7425206e2732b05c5e16
src/views/home/components/fangAn/editDietary.vue
@@ -1049,7 +1049,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
}
@@ -1061,7 +1061,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
}