chenyincheng
2022-12-28 995f645c1f9d7c9bdc7462806c2506820397cf65
src/stores/patient.ts
@@ -15,7 +15,7 @@
            isScheduled:0,
       })// 初始值
    const viewNumber=ref(60)
    const viewNumber=ref(150)
    function setpatientInfo(patient:any){
        patientInfo.value=patient
        Session.set('patientInfo', patient)