From 7470ad6bfa2f7d7be9c7d1e2d9c991094a3ad367 Mon Sep 17 00:00:00 2001 From: MrShi <1878285526@qq.com> Date: 星期四, 28 十一月 2024 18:43:24 +0800 Subject: [PATCH] 提交 --- admin/src/api/project/ywProject.js | 13 ++++++++++++- 1 files changed, 12 insertions(+), 1 deletions(-) diff --git a/admin/src/api/project/ywProject.js b/admin/src/api/project/ywProject.js index b3d7325..4338e93 100644 --- a/admin/src/api/project/ywProject.js +++ b/admin/src/api/project/ywProject.js @@ -6,7 +6,18 @@ trim: true }) } - +// 鏌ヨ +export function getProjectList (data) { + return request.post('/visitsAdmin/cloudService/business/ywProject/list', data, { + trim: true + }) +} +// 椤圭洰鏍� +export function tree (data) { + return request.post('/visitsAdmin/cloudService/business/ywProject/tree', data, { + trim: true + }) +} // 瀵煎嚭Excel export function exportExcel (data) { return request.post('/visitsAdmin/cloudService/business/ywProject/exportExcel', data, { -- Gitblit v1.9.3