Commit 48be7531 authored by 张海景's avatar 张海景

update:去掉打印

parent fa3838ff
...@@ -1339,11 +1339,6 @@ userTempVisible: false, ...@@ -1339,11 +1339,6 @@ userTempVisible: false,
this.form = {}; this.form = {};
const t = this; const t = this;
this.tableData= [] this.tableData= []
console.log({
workunitId: t.vuex_workunit.workunitId,
...this.tableParams,
...params
}, 'this.tableParams')
this.$u.api this.$u.api
.getTaskList({ .getTaskList({
workunitId: t.vuex_workunit.workunitId, workunitId: t.vuex_workunit.workunitId,
......
...@@ -40,7 +40,7 @@ module.exports = { ...@@ -40,7 +40,7 @@ module.exports = {
}); });
this.pdfSocket.on('connect', () => { this.pdfSocket.on('connect', () => {
globalThis.connect = true; globalThis.connect = true;
console.log('连接成功444'); // console.log('连接成功444');
// TODO: Do something for your project // TODO: Do something for your project
}); });
this.pdfSocket.on('clients', (clients) => { this.pdfSocket.on('clients', (clients) => {
...@@ -53,7 +53,7 @@ module.exports = { ...@@ -53,7 +53,7 @@ module.exports = {
}); });
}, },
printPdfSocket(params) { printPdfSocket(params) {
console.log(this.pdfSocket, 'pdfSocket') // console.log(this.pdfSocket, 'pdfSocket')
if (!this.pdfSocket) { if (!this.pdfSocket) {
this.createSocket() this.createSocket()
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment