@@ -3635,7 +3635,7 @@
<el-button
type="primary"
@click="
- addprint();
+ addprint('bzrkd');
print_bzrkd = false;
"
>打印
@@ -7853,6 +7853,14 @@ export default {
scanStyles: false,
});
break;
+ case "bzrkd":
+ print({
+ printable: "print_area4",
+ type: "html",
+ style: style, // 亦可使用引入的外部css;
+ scanStyles: false,
+ });
+ break;
}
},
cancel() {