Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
dev
/
pingan-life-index-pro
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
7f317442
authored
2020-02-21 21:32:46 +0800
by
joe
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
修改上传回退的bug
1 parent
69f9df43
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
src/components/clarms/clarms-plugins-upload.js
src/components/clarms/clarms-plugins-upload.js
View file @
7f31744
...
...
@@ -75,12 +75,14 @@ export default {
sessionStorage
.
removeItem
(
key
);
try
{
let
d
=
JSON
.
parse
(
str
);
d
.
showMask
=
false
;
this
.
images
.
push
(
d
);
}
catch
(
e
)
{
console
.
error
(
e
);
}
}
}
this
.
uploadFiles
=
this
.
images
.
length
;
},
cacheData
()
{
for
(
let
index
=
0
;
index
<
this
.
images
.
length
;
index
++
)
{
...
...
Please
register
or
sign in
to post a comment