Commit 5536efab authored by baiyaaaaa's avatar baiyaaaaa Committed by 杨奕

clear inptu value when uploader click

parent 87813a22
...@@ -142,6 +142,7 @@ export default { ...@@ -142,6 +142,7 @@ export default {
}, },
handleClick() { handleClick() {
if (!this.disabled) { if (!this.disabled) {
this.$refs.input.value = null;
this.$refs.input.click(); this.$refs.input.click();
} }
} }
......
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