打印4、打印表格的方法printTable(){//打印表格 //通过getdata调用后_vue在新窗口打印表格">
赞
踩
import printJS from ‘print-js’
<!-- 点击按钮进行打印 -->
<el-button type="primary" icon="el-icon-printer" @click="printTable">
打印
</el-button>
printTable(){
//打印表格
//通过getdata调用后台接口获取全部数据封装到res
axios({
url:'/apis/cost/getData',
methods: "GET",
params:{
"tId":this.tId
}
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。