套餐设置套餐管理完善

This commit is contained in:
2026-01-29 15:32:21 +08:00
parent 638f853af6
commit 1c781c1224
4 changed files with 258 additions and 172 deletions

View File

@@ -469,7 +469,8 @@ async function getDiseaseTreatmentList() {
// 诊疗目录分类查询下拉树结d构
async function getImplDepartList() {
try {
const res = await getImplementDepartmentList();
// 只查询科室类型typeEnum=2不包含专业等其他类型
const res = await getImplementDepartmentList({ typeEnum: 2 });
if (res.code === 200) {
if (res.data.records.length > 0) {
organization.value = res.data.records.map((res) => {