From a7a0b7a266fd3df381ab8f2b6dcf098ef9076533 Mon Sep 17 00:00:00 2001
From: lkk <364857242@qq.com>
Date: 星期三, 30 七月 2025 10:51:26 +0800
Subject: [PATCH] 1111

---
 src/api/system/tijian.js |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/api/system/tijian.js b/src/api/system/tijian.js
index 26d8c33..0394c36 100644
--- a/src/api/system/tijian.js
+++ b/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,
+    },
   });
 }
 

--
Gitblit v1.8.0