Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mes-ui
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
周远喜
mes-ui
Commits
44cbacd0
Commit
44cbacd0
authored
Aug 25, 2020
by
renjintao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
api modify
parent
77bd72b8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
1 deletion
+13
-1
api.js
pages/import/api.js
+4
-1
process.vue
pages/import/process.vue
+9
-0
No files found.
pages/import/api.js
View file @
44cbacd0
...
@@ -30,5 +30,8 @@ export default {
...
@@ -30,5 +30,8 @@ export default {
importUser
(
params
)
{
//用户管理导入
importUser
(
params
)
{
//用户管理导入
return
Api
.
post
(
`
${
systemUrl
}
/userimportservice/import`
,
params
);
return
Api
.
post
(
`
${
systemUrl
}
/userimportservice/import`
,
params
);
},
},
updateimportstatus
(
params
)
{
//用户管理导入
return
Api
.
post
(
`
${
systemUrl
}
/importcenter/updateimportstatus`
,
params
);
},
}
}
pages/import/process.vue
View file @
44cbacd0
...
@@ -619,6 +619,15 @@ export default {
...
@@ -619,6 +619,15 @@ export default {
this
.
excelData
=
[];
this
.
excelData
=
[];
this
.
excelDataBack
=
[];
this
.
excelDataBack
=
[];
this
.
$refs
.
uploadfile
.
clearFiles
();
this
.
$refs
.
uploadfile
.
clearFiles
();
let
parms
=
{
status
:
1
,
id
:
this
.
eid
}
Api
.
updateimportstatus
(
parms
).
then
(
res
=>
{
if
(
res
.
sucess
)
{
this
.
$refs
.
grid
.
load
();
}
})
this
.
$emit
(
"on-close"
);
this
.
$emit
(
"on-close"
);
},
},
//粘贴excel相关start
//粘贴excel相关start
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment