From 9f3ead22a8198d33891a0f8f23faec15dcfc731a Mon Sep 17 00:00:00 2001 From: 移动系统liao <liaoxujun@qq.com> Date: 星期五, 25 七月 2025 09:10:11 +0800 Subject: [PATCH] no message --- Web/src/api/Customer/fBS_EnterpriseType.ts | 11 ++++++++++- 1 files changed, 10 insertions(+), 1 deletions(-) diff --git a/Web/src/api/Customer/fBS_EnterpriseType.ts b/Web/src/api/Customer/fBS_EnterpriseType.ts index 5dbac5e..6e74364 100644 --- a/Web/src/api/Customer/fBS_EnterpriseType.ts +++ b/Web/src/api/Customer/fBS_EnterpriseType.ts @@ -1,4 +1,5 @@ 锘縤mport {useBaseApi} from '/@/api/base'; +import request from '/@/utils/request'; // 浼佷笟绫婚厤缃〃鎺ュ彛鏈嶅姟 export const useFBS_EnterpriseTypeApi = () => { @@ -6,6 +7,12 @@ return { // 鍒嗛〉鏌ヨ浼佷笟绫婚厤缃〃 page: baseApi.page, + // 鏍戝舰鏌ヨ浼佷笟绫婚厤缃〃 + tree:()=> {return request({ + url: "/api/fBS_EnterpriseType/treeData", + method: 'Get' + + })}, // 鏌ョ湅浼佷笟绫婚厤缃〃璇︾粏 detail: baseApi.detail, // 鏂板浼佷笟绫婚厤缃〃 @@ -50,5 +57,7 @@ // 淇敼鑰呭鍚� updateUserName: string; // 瀛愰」 - Child:FBS_EnterpriseType[]; + child:FBS_EnterpriseType[]; + // 鎻忚堪 + description:string; } \ No newline at end of file -- Gitblit v1.9.1