Commit 3d8b6841 by zhuzhequan

添加自动打印逻辑

parent 2291a606
...@@ -263,7 +263,7 @@ export default { ...@@ -263,7 +263,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 },
}); });
} }
......
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