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
08f7a0c2
authored
2021-01-13 09:20:06 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
上传文件报错修复
1 parent
47cbb690
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletions
src/components/sxdr/sxdr.vue
src/components/sxdr/sxdr.vue
View file @
08f7a0c
...
...
@@ -100,7 +100,10 @@
this
.
errorData
=
res
.
result
;
}
}
}
},
uploadError
(
err
,
file
,
fileList
)
{
console
.
log
(
"上传文件失败"
,
err
)
},
},
watch
:
{
sxdrVisible
(
val
)
{
...
...
Please
register
or
sign in
to post a comment