浏览代码

面损表-打印关闭

jbb 2 年之前
父节点
当前提交
86e78fc542
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/reportForms/fabric-loss-table.vue

+ 1 - 1
src/views/reportForms/fabric-loss-table.vue

@@ -786,7 +786,7 @@ export default {
          win.document.write(style+html);
          win.focus();
          win.print();
-        //  win.close();
+         win.close();
 		     this.showSelect = 0
         })