chenyincheng
2023-01-30 1c084020d38da7b5640c532c458323ccf6a7bead
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)