在某個(gè)組件異步獲取的數(shù)據(jù),渲染之后,點(diǎn)擊瀏覽器的打印功能,所有異步數(shù)據(jù)都沒(méi)在打印上顯示出來(lái)。 print() { //this.showTable = true // let self = this setTimeout(function() { window.print() // self.autoBack(self) console.log(5000) }, 1000) },
vue異步數(shù)據(jù)打印問(wèn)題
暮色呼如
2018-11-15 19:14:53
