添加后台上传消息弹框提示

This commit is contained in:
2018-05-01 14:35:09 +08:00
parent 79ac249579
commit 874b1f028e
3 changed files with 15 additions and 1 deletions

View File

@@ -22,6 +22,8 @@
<span>上传模板文件</span>
<el-upload class="upload-demo" ref="upload"
:action="uploadURL()"
:on-success="uploadSuccess"
:on-error="uploadSuccess"
:on-preview="handlePreview"
:on-remove="handleRemove" :file-list="fileList" :auto-upload="false"
name="imageFile">