套餐设置套餐管理完善
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user