From 80cbda0daa36d369479746ae4f432d0c13a17a56 Mon Sep 17 00:00:00 2001 From: fei <791364011@qq.com> Date: 星期一, 22 九月 2025 08:18:06 +0800 Subject: [PATCH] 修改了代码 --- src/api/system/projectName.js | 19 +++++++++++++++++++ 1 files changed, 19 insertions(+), 0 deletions(-) diff --git a/src/api/system/projectName.js b/src/api/system/projectName.js index 132366f..c5cc84e 100644 --- a/src/api/system/projectName.js +++ b/src/api/system/projectName.js @@ -8,7 +8,14 @@ params: query }) } +// 鏌ヨ銆愯濉啓鍔熻兘鍚嶇О銆戝垪琛� +export function listAllProjectName() { + return request({ + url: '/system/projectName/listAll', + method: 'get', + }) +} // 鏌ヨ銆愯濉啓鍔熻兘鍚嶇О銆戣缁� export function getName(id) { return request({ @@ -42,3 +49,15 @@ method: 'delete' }) } +//瀵煎叆 +export function enload(data) { + + return request({ + url: '/system/projectName/importData', + method: 'post', + headers: { + 'Content-Type': 'multipart/form-data' + }, + data: data + }) +} \ No newline at end of file -- Gitblit v1.9.1