导出Excel

2020-12-17  本文已影响0人  琳媚儿
 <el-button type="success" icon="el-icon-download" @click="exportExcel"
            >导出为EXCEL
          </el-button>
window.location.href 
    window._api.adminPortalPmsSpuExportExcelByCon(this.query).then(res => {
                    if (res.code === 200) {
                        console.log("res.data.file_url",res.data.file_url)
                        window.location.href = res.data.file_url;
                    }
                })
上一篇 下一篇

猜你喜欢

热点阅读