修正前端问题

This commit is contained in:
2025-12-11 14:47:17 +08:00
parent df7281a2d4
commit 3d797cc0e0
10 changed files with 2584 additions and 7497 deletions

View File

@@ -765,8 +765,6 @@ const patientInfoList = ref(undefined);
// 费用性质
const contractList = ref(undefined);
// const locationOptions = ref(undefined); // 地点树选项
const doctorList = ref(undefined); // 医生选项
const healthcareList = ref([]); // 挂号项目选项
const doctorList = ref(undefined); // 医生选项(过滤后的)
const allDoctorList = ref(undefined); // 所有医生选项(用于过滤)
const healthcareList = ref(undefined); // 挂号项目选项