From 679ede97899d73d5a7619091b6ee3b7c881d1627 Mon Sep 17 00:00:00 2001
From: 董国庆 <364620639@qq.com>
Date: 星期六, 28 六月 2025 10:04:27 +0800
Subject: [PATCH] 修改bug

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

diff --git a/laboratory/src/views/system/user/service.js b/laboratory/src/views/system/user/service.js
index 860a877..e9bdf5d 100644
--- a/laboratory/src/views/system/user/service.js
+++ b/laboratory/src/views/system/user/service.js
@@ -38,4 +38,8 @@
 }
 export const typeList = () => {
   return axios.get(`/t-business-dept/list/type?type=1`,)
+}
+
+export const inherit = (data) => {
+  return axios.put(`/open/system/user/inherit`, { ...data })
 }
\ No newline at end of file

--
Gitblit v1.7.1