chenyincheng
2023-02-25 265a8092c4a0a13a35de104905b92963f578e7f1
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)