Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
任超
/
js.CadastralSystem
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
8488098c
authored
2021-02-05 11:02:24 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
附件材料上传loading
1 parent
34fe2c24
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
src/views/zd/fjcl/fjcl.vue
src/views/zd/fjcl/fjcl.vue
View file @
8488098
...
...
@@ -7,6 +7,7 @@
:on-preview=
"handlePreview"
:on-remove=
"handleRemove"
:before-remove=
"beforeRemove"
:before-upload=
"uploadProgress"
:on-success=
"uploadSuccess"
:on-error=
"uploadError"
:show-file-list=
"false"
...
...
@@ -143,7 +144,11 @@
uploadError
(
err
,
file
,
fileList
)
{
console
.
log
(
"上传文件失败"
,
err
)
},
uploadProgress
(){
vm
.
loadingShow
(
'正在上传中'
)
},
uploadSuccess
(
res
,
file
,
fileList
)
{
this
.
$message
.
success
(
"上传成功"
)
this
.
getFileList
();
},
handleRemove
(
file
,
fileList
)
{
...
...
Please
register
or
sign in
to post a comment