1; 2; 3. js文件 upload(file) { var data = new FormData() data.append('goods_excel', file.file) axios({ method: 'post', url: 'url', ...
確定! 回上一頁