Browse Source

删除空行

lighter 3 years ago
parent
commit
91bb921d3d
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/components/medical-insurance/charge-list/Index.vue

+ 0 - 1
src/components/medical-insurance/charge-list/Index.vue

@@ -162,7 +162,6 @@ export default {
 
     const execPrint = () => {
       let LODOP = getLodop();
-
       const prntStyle = `<style>table, table * {margin: 0;padding: 0;border-collapse: collapse;font-size: 12px}</style>`
       const prntContent = document.getElementById('printArea').innerHTML
       let pagePrint = prntStyle + '<body>' + prntContent + '</body>'