From b538026f2095c82a699c3269bfd6c6925ed4d662 Mon Sep 17 00:00:00 2001
From: zhangwei <1504152376@qq.com>
Date: 星期五, 22 八月 2025 15:47:26 +0800
Subject: [PATCH] 用户管理

---
 Web/src/api/Customer/fBS_EnterpriseType.ts |   22 +++++++++++++++++++++-
 1 files changed, 21 insertions(+), 1 deletions(-)

diff --git a/Web/src/api/Customer/fBS_EnterpriseType.ts b/Web/src/api/Customer/fBS_EnterpriseType.ts
index 0aa8c91..3f67d2f 100644
--- a/Web/src/api/Customer/fBS_EnterpriseType.ts
+++ b/Web/src/api/Customer/fBS_EnterpriseType.ts
@@ -1,4 +1,14 @@
-锘縤mport {useBaseApi} from '/@/api/base';
+锘�/*
+ * @FilePath: fBS_EnterpriseType.ts
+ * @Author: 灏忛渚�
+ * @Date: 2025-06-25 11:22:03
+ * @LastEditors: 
+ * @LastEditTime: 2025-08-04 11:09:37
+ * Copyright: 2025  MinTinge CO.,LTD. All Rights Reserved.
+ * @Descripttion: 鍐欏叆浣犵殑鎻忚堪
+ */
+import {useBaseApi} from '/@/api/base';
+
 
 // 浼佷笟绫婚厤缃〃鎺ュ彛鏈嶅姟
 export const useFBS_EnterpriseTypeApi = () => {
@@ -6,6 +16,12 @@
 	return {
 		// 鍒嗛〉鏌ヨ浼佷笟绫婚厤缃〃
 		page: baseApi.page,
+		// 鏍戝舰鏌ヨ浼佷笟绫婚厤缃〃
+		tree:()=> {return baseApi.request<FBS_EnterpriseType[]>({
+			url: "/api/fBS_EnterpriseType/treeData", 
+			method: 'Get'
+			
+		})},
 		// 鏌ョ湅浼佷笟绫婚厤缃〃璇︾粏
 		detail: baseApi.detail,
 		// 鏂板浼佷笟绫婚厤缃〃
@@ -49,4 +65,8 @@
 	updateUserId: number;
 	// 淇敼鑰呭鍚�
 	updateUserName: string;
+	// 瀛愰」
+	child:FBS_EnterpriseType[];
+	// 鎻忚堪
+	description:string;
 }
\ No newline at end of file

--
Gitblit v1.9.1