Commit 9babaeb7 authored by “yiyousong”'s avatar “yiyousong”

pref:修改打印

parent fa1d6093
......@@ -68,7 +68,7 @@ export default {
papertype: "A4",
printername: "", // 打印机名称 为空则为默认打印机
printertype: "url", // base64 ,normal,url
url: info.fileUrl, // url
url: this.api + info.samplePath, // url
success: (res) => {
if (res && res.code == "00000") {
_this.$message.success("打印成功");
......
......@@ -392,7 +392,6 @@ export default {
this.leftTotal = total;
this.recommendCount = recommendCount;
this.$refs.leftTable.bodyWrapper.scrollTop = 0;
console.log(data);
}
},
// 新增事项
......
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