Browse Source

关闭打印框

jbb 2 years ago
parent
commit
76fd1e328e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/reportForms/cost-allocation-table.vue

+ 1 - 1
src/views/reportForms/cost-allocation-table.vue

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