From 9fe11a3b1c7ca926e2f4e97e36c2911c290a0ab2 Mon Sep 17 00:00:00 2001
From: 董国庆 <364620639@qq.com>
Date: 星期一, 30 六月 2025 14:23:54 +0800
Subject: [PATCH] 修改bug

---
 laboratory/src/views/system/user/service.js |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/laboratory/src/views/system/user/service.js b/laboratory/src/views/system/user/service.js
index e9bdf5d..35ae994 100644
--- a/laboratory/src/views/system/user/service.js
+++ b/laboratory/src/views/system/user/service.js
@@ -41,5 +41,6 @@
 }
 
 export const inherit = (data) => {
-  return axios.put(`/open/system/user/inherit`, { ...data })
+  console.log('222222222222',data)
+  return axios.put(`/open/system/user/inherit?userId=${data.userId}&oldUserId=${data.oldUserId}`, { ...data })
 }
\ No newline at end of file

--
Gitblit v1.7.1