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 | 15 ++++++++++++--- 1 files changed, 12 insertions(+), 3 deletions(-) diff --git a/Web/src/api/Customer/fBS_EnterpriseType.ts b/Web/src/api/Customer/fBS_EnterpriseType.ts index 6e74364..3f67d2f 100644 --- a/Web/src/api/Customer/fBS_EnterpriseType.ts +++ b/Web/src/api/Customer/fBS_EnterpriseType.ts @@ -1,5 +1,14 @@ -锘縤mport {useBaseApi} from '/@/api/base'; -import request from '/@/utils/request'; +锘�/* + * @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 = () => { @@ -8,7 +17,7 @@ // 鍒嗛〉鏌ヨ浼佷笟绫婚厤缃〃 page: baseApi.page, // 鏍戝舰鏌ヨ浼佷笟绫婚厤缃〃 - tree:()=> {return request({ + tree:()=> {return baseApi.request<FBS_EnterpriseType[]>({ url: "/api/fBS_EnterpriseType/treeData", method: 'Get' -- Gitblit v1.9.1