From 1a1a7b401b0f75d2588256fdc3dfd3a98d0fb66c Mon Sep 17 00:00:00 2001 From: zhangwei <1504152376@qq.com> Date: 星期五, 01 八月 2025 16:15:27 +0800 Subject: [PATCH] '更改客户表管理页面' --- Web/src/api/Customer/fBS_EnterpriseType.ts | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/Web/src/api/Customer/fBS_EnterpriseType.ts b/Web/src/api/Customer/fBS_EnterpriseType.ts index 0aa8c91..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, // 鏂板浼佷笟绫婚厤缃〃 @@ -49,4 +56,8 @@ updateUserId: number; // 淇敼鑰呭鍚� updateUserName: string; + // 瀛愰」 + child:FBS_EnterpriseType[]; + // 鎻忚堪 + description:string; } \ No newline at end of file -- Gitblit v1.9.1