模板部分
<a-upload @change="handleChange" :file-list="fileList" :remove="handleRemove" :before-upload="beforeUpload" accept="application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/vnd.ms-excel">
<a-button ref="uploadBtnRef" type="primary">
上传文件
</a-button>
</a-upload>
js部分
this.$refs['uploadBtnRef'] && this.$refs['uploadBtnRef'].$el.click()