chenyincheng
2023-01-07 2510046e4e09c929cdb0d5adcecde62fd3a20cf4
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)