From ddc9d8eabf96d9fa59b37b1734050d72cf7afff8 Mon Sep 17 00:00:00 2001 From: ludc Date: 星期三, 26 七月 2023 15:17:08 +0800 Subject: [PATCH] 前端代码打包 --- Source/UBCS-WEB/src/api/GetItem.js | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/Source/UBCS-WEB/src/api/GetItem.js b/Source/UBCS-WEB/src/api/GetItem.js index af5f940..875a9e8 100644 --- a/Source/UBCS-WEB/src/api/GetItem.js +++ b/Source/UBCS-WEB/src/api/GetItem.js @@ -56,6 +56,16 @@ } }) } +//瀵煎嚭 +export function exportCode(data){ + return request({ + url: 'api/ubcs-code/mdmEngineController/exportCode', + method: 'post', + params:{ + ...data + } + }) +} // 鎵归噺淇敼鏁版嵁 export function batchUpdateCode(data) { return request({ -- Gitblit v1.9.3