From 9981d4d90db5a6ee6b138eeea400502636f7f098 Mon Sep 17 00:00:00 2001 From: 田源 <lastanimals@163.com> Date: 星期二, 27 八月 2024 17:57:04 +0800 Subject: [PATCH] 完善业务类型创建索引&&完善系统配置模块(管理功能模块、业务功能模块、操作类型管理、系统配置、系统运行监控) --- Source/plt-web/plt-web-ui/src/api/modeling/attributePool/api.js | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Source/plt-web/plt-web-ui/src/api/modeling/attributePool/api.js b/Source/plt-web/plt-web-ui/src/api/modeling/attributePool/api.js index 3671d5e..f3abf02 100644 --- a/Source/plt-web/plt-web-ui/src/api/modeling/attributePool/api.js +++ b/Source/plt-web/plt-web-ui/src/api/modeling/attributePool/api.js @@ -13,7 +13,7 @@ }); } -// 鍒涘缓 +// 淇敼 export function updateAttribute(params) { return request({ url: "/api/attributeController/updateAttribute", @@ -22,7 +22,7 @@ }); } -// 淇敼 +// 鍒涘缓 export function addAttribute(params) { return request({ url: "/api/attributeController/addAttribute", @@ -70,9 +70,9 @@ } // 瀵煎嚭 -export function download (params) { +export function exportAttributes (params) { return request({ - url: '/api/attributeController/importAttributes', + url: '/api/attributeController/exportAttributes', method: 'get', headers: {'Content-Type': 'application/x-www-form-urlencoded;charset=UTF-8'}, responseType: 'blob', -- Gitblit v1.9.3