Commit 185d14bf authored by renjintao's avatar renjintao

api

parent e4fed9fa
...@@ -27,5 +27,8 @@ export default { ...@@ -27,5 +27,8 @@ export default {
openExcel(params) {//处理时打开以前上传的excel返回数据 openExcel(params) {//处理时打开以前上传的excel返回数据
return Api.post(`${systemUrl}/importcenter/open`, params); return Api.post(`${systemUrl}/importcenter/open`, params);
}, },
importUser(params) {//用户管理导入
return Api.post(`${systemUrl}/userimportservice/import`, params);
},
} }
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment