qx
qx
4 天以前 26a983e0c22f1fe54c91c66c2b52888858e52cd1
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,
    },
  });
}