src/views/billprint/index.jsx | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/views/billprint/index.jsx
@@ -553,6 +553,16 @@ auto: config.printPage === 'auto', config }, () => { if (config.normalcss) { let node = document.getElementById(config.uuid) node && node.remove() let ele = document.createElement('style') ele.id = config.uuid ele.innerHTML = config.normalcss document.getElementsByTagName('head')[0].appendChild(ele) } if (params.length === 0 && initInters.length === 0) { this.setState({loadingview: false, pages: [config.components]}) } else if (initInters.length > 0) {