vue导出数据

   日期:2020-09-05     浏览:89    评论:0    
核心提示:vue导出数据 下载表格 download(){ const axios = require(axios); var datas = sessionStorage.getItem(data); axios .post(http://192.168.2.239/api_jsonrpc.php, { jso

vue导出数据

  <el-button @click="download" >下载表格</el-button>


  download(){
        const axios = require("axios");
      var datas = sessionStorage.getItem("data");
      axios
        .post("http://192.168.2.239/api_jsonrpc.php", {
          jsonrpc: "2.0",
          method: "host.get",
          params: {
            output: ["hostid", "host"],
            // limit:this.rows,
            // page:this.page,
            // parmas:page,
            selectInterfaces: ["interfaceid", "ip"],
          },
          id: 2,
          auth: datas,
        })
          .then(res => {
            let url=window.URL.createObjectURL(new Blob([res]))
            let link =document.createElement("a")
            link.style.display="none"
            link.href=url
            link.setAttribute('download',"数据中心.xls")
            document.body.appendChild(link)
            link.click()
})
        .catch(function (error) {
          console.log(error);
        });
      }
 
打赏
 本文转载自:网络 
所有权利归属于原作者,如文章来源标示错误或侵犯了您的权利请联系微信13520258486
更多>最近资讯中心
更多>最新资讯中心
0相关评论

推荐图文
推荐资讯中心
点击排行
最新信息
新手指南
采购商服务
供应商服务
交易安全
关注我们
手机网站:
新浪微博:
微信关注:

13520258486

周一至周五 9:00-18:00
(其他时间联系在线客服)

24小时在线客服