Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
fns_backend
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Zhang Xiaojie
fns_backend
Commits
07011850
Commit
07011850
authored
Dec 03, 2021
by
chenqikuai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修复导入失败后,再次点击导入应用无相应的问题
parent
f8f778a9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
index.vue
src/views/Root/User/index.vue
+1
-1
No files found.
src/views/Root/User/index.vue
View file @
07011850
...
@@ -170,7 +170,6 @@ export default Vue.extend({
...
@@ -170,7 +170,6 @@ export default Vue.extend({
this
.
loading
=
true
this
.
loading
=
true
try
{
try
{
const
ret
=
await
handle
建设银行
excelFileChange
(
e
)
const
ret
=
await
handle
建设银行
excelFileChange
(
e
)
;(
this
.
$refs
.
importExcel
as
HTMLInputElement
).
value
=
''
const
ret2
=
await
StaffService
.
getInstance
().
import
({
const
ret2
=
await
StaffService
.
getInstance
().
import
({
staffs
:
ret
as
iStaffItem
[],
staffs
:
ret
as
iStaffItem
[],
})
})
...
@@ -182,6 +181,7 @@ export default Vue.extend({
...
@@ -182,6 +181,7 @@ export default Vue.extend({
}
catch
(
err
)
{
}
catch
(
err
)
{
message
.
error
(
err
as
string
)
message
.
error
(
err
as
string
)
}
}
;(
this
.
$refs
.
importExcel
as
HTMLInputElement
).
value
=
''
this
.
loading
=
false
this
.
loading
=
false
},
},
clearPostion
()
{
clearPostion
()
{
...
...
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