From 3ad8babb3a5929eadc18d3518563b6355a800681 Mon Sep 17 00:00:00 2001 From: 移动系统liao <liaoxujun@qq.com> Date: 星期四, 07 八月 2025 12:59:24 +0800 Subject: [PATCH] no message --- 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