@@ -143,6 +143,7 @@ export const printFun = function(url,params,type,taskName,callback,printLogParam
})
reader.readAsText(res)
} else {
+ console.log(res,'printFun')
jGPrintPdf(res,type,taskName,printLogParams,callback)
}
@@ -132,7 +132,7 @@
<s-table
class="sTable fixPagination"
ref="table"
- :style="{ height: tableHeight+40+'px' }"
+ :style="{ height: tableHeight+75+'px' }"
size="small"
:rowKey="(record) => record.id"
:columns="columns"
@@ -446,7 +446,7 @@ export default {
},
setTableH () {
const tableSearchH = this.$refs.tableSearch.offsetHeight
- this.tableHeight = window.innerHeight - tableSearchH - 260
+ this.tableHeight = window.innerHeight - tableSearchH - 280
watch: {