修改上传图片相关bug

This commit is contained in:
蒋吉兆
2021-07-10 12:08:28 +08:00
parent 44e7b643f9
commit 3271542a9b
2 changed files with 7 additions and 10 deletions

View File

@@ -17,7 +17,7 @@
</el-col>
<el-col :span="12">
带压缩的上传, (512(k)为压缩限制)
<upload-image v-model="imageUrl" :file-size="512" :max-w-h="1080" />
<upload-image v-model="imageUrl" :file-size="512" :max-w-h="1080" @on-success="getTableData" />
已上传文件 {{ imageUrl }}
</el-col>
</el-row>