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/placeName.js | 20 ++++++++++++++++++++ 1 files changed, 20 insertions(+), 0 deletions(-) diff --git a/src/api/system/placeName.js b/src/api/system/placeName.js index 3444a33..4b3b43e 100644 --- a/src/api/system/placeName.js +++ b/src/api/system/placeName.js @@ -8,6 +8,14 @@ params: query }) } +// 鏌ヨ銆愯濉啓鍔熻兘鍚嶇О銆戝垪琛� +export function listAllPlaceName() { + return request({ + url: '/system/placeName/listAll', + method: 'get', + + }) +} // 鏌ヨ銆愯濉啓鍔熻兘鍚嶇О銆戣缁� export function getName(id) { @@ -42,3 +50,15 @@ method: 'delete' }) } +//瀵煎叆 +export function enload(data) { + + return request({ + url: '/system/placeName/importData', + method: 'post', + headers: { + 'Content-Type': 'multipart/form-data' + }, + data: data + }) +} \ No newline at end of file -- Gitblit v1.9.1