摘要: downFileFn(record) { console.log(record) var x = new XMLHttpRequest() x.open('GET', record.fileUrl, true) x.responseType = 'blob' x.onload = function( 阅读全文
posted @ 2022-04-15 11:23 MonsterSATSUKI 阅读(76) 评论(0) 推荐(0)
摘要: <a-upload name="file" :file-list="fileList" :multiple="false" @change="changeFile" :custom-request="upLoadFileFn" > <a-button type="link"> <a-icon typ 阅读全文
posted @ 2022-04-15 11:14 MonsterSATSUKI 阅读(581) 评论(0) 推荐(0)