From 376f3de70bfdd7905876123ba5a331c0aa176199 Mon Sep 17 00:00:00 2001
From: 小飞侠 <8277136+liaoxujun@user.noreply.gitee.com>
Date: 星期四, 25 九月 2025 09:10:29 +0800
Subject: [PATCH] 修改注册时可以多模块注册
---
Web/src/api/Customer/fBS_EnterpriseType.ts | 22 ++++++++++++++++++++--
1 files changed, 20 insertions(+), 2 deletions(-)
diff --git a/Web/src/api/Customer/fBS_EnterpriseType.ts b/Web/src/api/Customer/fBS_EnterpriseType.ts
index 5dbac5e..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,
// 鏂板浼佷笟绫婚厤缃〃
@@ -50,5 +66,7 @@
// 淇敼鑰呭鍚�
updateUserName: string;
// 瀛愰」
- Child:FBS_EnterpriseType[];
+ child:FBS_EnterpriseType[];
+ // 鎻忚堪
+ description:string;
}
\ No newline at end of file
--
Gitblit v1.9.1