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