提交 fcb8b11e authored 作者: 王拯's avatar 王拯

学员提交功能bug修复

上级 8de0b273
...@@ -170,6 +170,7 @@ export default { ...@@ -170,6 +170,7 @@ export default {
onDelete(value) { onDelete(value) {
if (this.endpoint.filter(k => k.name === value.file.name).length === 0) { if (this.endpoint.filter(k => k.name === value.file.name).length === 0) {
this.isShow = false this.isShow = false
this.disabled = false
this.$emit('fileStatus', this.isShow) this.$emit('fileStatus', this.isShow)
if (this.uploader) { if (this.uploader) {
this.uploader.stopUpload() this.uploader.stopUpload()
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论