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

update:去掉打印

parent fa3838ff
......@@ -1339,11 +1339,6 @@ userTempVisible: false,
this.form = {};
const t = this;
this.tableData= []
console.log({
workunitId: t.vuex_workunit.workunitId,
...this.tableParams,
...params
}, 'this.tableParams')
this.$u.api
.getTaskList({
workunitId: t.vuex_workunit.workunitId,
......
......@@ -40,7 +40,7 @@ module.exports = {
});
this.pdfSocket.on('connect', () => {
globalThis.connect = true;
console.log('连接成功444');
// console.log('连接成功444');
// TODO: Do something for your project
});
this.pdfSocket.on('clients', (clients) => {
......@@ -53,7 +53,7 @@ module.exports = {
});
},
printPdfSocket(params) {
console.log(this.pdfSocket, 'pdfSocket')
// console.log(this.pdfSocket, 'pdfSocket')
if (!this.pdfSocket) {
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