template中:<input type="file" ref="pathClear" @change="onUpload" name="file" id="file">methods中: onUpload(){ this.$refs. pathClear.value ='' },