1
lkk
2025-05-07 208d124f1512f45c90ac41849bd50dffda2d4f4a
src/api/system/package.js
@@ -213,4 +213,12 @@
    method: "get",
    params
  });
}
export function search(params) {
  return request({
    url: "/hosp/project/getProParentIdDxListByFenYe",
    method: "get",
    params
  });
}