From 87e28c4bc7fe04eb14629482e97541d183c1d067 Mon Sep 17 00:00:00 2001 From: yz3456 <2753272399@qq.com> Date: 星期六, 18 五月 2024 16:10:34 +0800 Subject: [PATCH] 修改完除了用户管理的其他报错 --- ruoyi-ui/src/api/bignote/index.js | 14 ++++++++++---- 1 files changed, 10 insertions(+), 4 deletions(-) diff --git a/ruoyi-ui/src/api/bignote/index.js b/ruoyi-ui/src/api/bignote/index.js index 7d9cdca..fa79d57 100644 --- a/ruoyi-ui/src/api/bignote/index.js +++ b/ruoyi-ui/src/api/bignote/index.js @@ -1,6 +1,6 @@ import request from '@/utils/request' -// Familyevent +// Familyevent // 鏌ヨ鎵�鏈夊搴ぇ浜嬶紝鍒嗛〉鏌ヨ export function listFamilyevent(query) { @@ -48,7 +48,7 @@ //涓婁紶鏂囦欢 export function uploadPic(data) { return request({ - url: '/common/upload', + url: '/common/uploads', method: 'post', data: data }) @@ -62,6 +62,14 @@ responseType: 'blob' }) } +//瀵煎叆 +export function enload(data) { + return request({ + url: '/family/zfEvent/importData', + method: 'post', + data: data + }) +} // //鎷垮埌绫诲埆 // export function getCategory() @@ -72,5 +80,3 @@ // params: {'id':22} // }) // } - - -- Gitblit v1.9.1