Commit da88a4da authored by yaya's avatar yaya

feat:钱币设置图片重置处理

parent a3051983
...@@ -487,6 +487,7 @@ export default { ...@@ -487,6 +487,7 @@ export default {
} }
saveImageBase64(params).then((response) => { saveImageBase64(params).then((response) => {
this.$message.success('替换成功') this.$message.success('替换成功')
this.src = ''
this.changeImageUrl = null this.changeImageUrl = null
const resultImage = response.data.data const resultImage = response.data.data
this.imageList = this.imageList.map((item) => { this.imageList = this.imageList.map((item) => {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment