From cfa5f387337a497fed7e70775855d93f7cb6addf Mon Sep 17 00:00:00 2001 From: Tcsm <1377977403@qq.com> Date: 星期日, 30 七月 2023 17:10:45 +0800 Subject: [PATCH] 7.30提交 --- ruoyi-ui/src/api/wish/index.js | 26 +++++++++++++++++--------- 1 files changed, 17 insertions(+), 9 deletions(-) diff --git a/ruoyi-ui/src/api/wish/index.js b/ruoyi-ui/src/api/wish/index.js index eb4e58c..756153e 100644 --- a/ruoyi-ui/src/api/wish/index.js +++ b/ruoyi-ui/src/api/wish/index.js @@ -53,6 +53,14 @@ data: data }) } +//涓婁紶鏂囦欢 +export function enload(data) { + return request({ + url: '/zIdea/importData', + method: 'post', + data: data + }) +} //涓嬭浇鏂囦欢 export function download(data) { return request({ @@ -62,12 +70,12 @@ responseType: 'blob' }) } -//瀵煎叆妯℃澘 -export function downloadModel(data) { - return request({ - url: '/zIdea/model', - method: 'get', - params: data, - responseType: 'blob' - }) -} +// //瀵煎叆妯℃澘 +// export function downloadModel(data) { +// return request({ +// url: '/zIdea/model', +// method: 'get', +// params: data, +// responseType: 'blob' +// }) +// } -- Gitblit v1.9.1