From 157476e37c39931ee026a2ca6fde0d09383884d3 Mon Sep 17 00:00:00 2001 From: zhangwei <1504152376@qq.com> Date: 星期五, 01 八月 2025 15:53:50 +0800 Subject: [PATCH] '企业资料审核' --- 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