lkk
lkk
2025-07-04 efb3674b7af513e84cd73594cd8b6aacf7205b9e
src/api/system/tijian.js
@@ -55,13 +55,13 @@
  });
}
export function getProParentIdDxList() {
export function getProParentIdDxList(xb) {
  return request({
    url: "/hosp/project/getProParentIdDxList",
    method: "get",
    // params: {
    //   pname: pname,
    // },
    params: {
      xb: xb,
    },
  });
}