|
|
|
@ -498,7 +498,7 @@ function printTemp(row: any) {
|
|
|
|
};
|
|
|
|
};
|
|
|
|
});
|
|
|
|
});
|
|
|
|
if (printerList && printerList.length) {
|
|
|
|
if (printerList && printerList.length) {
|
|
|
|
livePrint = this.$ls.get('livePrint') || printerList.find(item => item.name.indexOf("ZDesigner ZD888") > -1).value;
|
|
|
|
livePrint = printerList.find(item => item.label.indexOf("ZDesigner ZD888") > -1).value;
|
|
|
|
console.log("livePrint2",livePrint);
|
|
|
|
console.log("livePrint2",livePrint);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|