chenyincheng
2023-01-30 47f0c0b6986b8dd423e81c77f341c829550e326d
src/stores/patient.ts
@@ -12,9 +12,10 @@
            hemoCode:'',
            pureWeight:'',
            datetime:'',
            isScheduled:0,
       })// 初始值
    const viewNumber=ref(60)
    const viewNumber=ref(150)
    function setpatientInfo(patient:any){
        patientInfo.value=patient
        Session.set('patientInfo', patient)