Commit a0ace811 by zhuzhequan

添加自动打印逻辑

parent 75afe767
...@@ -239,7 +239,7 @@ export default { ...@@ -239,7 +239,7 @@ export default {
bus.$emit("busEmit", { bus.$emit("busEmit", {
type: "sendFile", type: "sendFile",
value: res.data, value: res.data,
size: { width: this.detail.mssWidth || 500, height: this.detail.mssHeight || 500 } size: { width: this.detail.mssWidth, height: this.detail.mssHeight }
}); });
this.productionNo = ""; this.productionNo = "";
......
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