Commit 30a3f84e authored by renjintao's avatar renjintao

process--importUser

parent d9f06171
......@@ -526,7 +526,8 @@ export default {
let parms = {
list: tempList,
};
Api.importUser(parms).then((res) => {
let url = `${systemUrl}/userimportservice/import`
this.$api.post(url, parms).then((res) => {
if (res.success) {
this.$Message.success("成功批量导入用户管理成功模块 " + tempList.length + " 条数据");
this.imBtn = false;
......
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