fix image input clear (#485)
This commit is contained in:
parent
11f99df98f
commit
08171adc56
|
|
@ -213,7 +213,7 @@ export default {
|
|||
|
||||
methods: {
|
||||
clearUrl() {
|
||||
this.form[this.name] = null
|
||||
this.compVal = null
|
||||
},
|
||||
onUploadDragoverEvent() {
|
||||
this.uploadDragoverEvent = true
|
||||
|
|
|
|||
Loading…
Reference in New Issue