处理Beta View Spectrum 弹窗文件保存的问题
This commit is contained in:
parent
3cf42843c5
commit
1efe28500e
|
@ -87,7 +87,7 @@ export default {
|
|||
}else if (this.currTab == 4) {
|
||||
text=this.content.qc.join('\n')
|
||||
}
|
||||
if (this.text) {
|
||||
if (text) {
|
||||
let strData = new Blob([text], { type: 'text/plain;charset=utf-8' });
|
||||
// saveAs(strData, `GammaViewer Log.txt`)
|
||||
let _this = this
|
||||
|
|
Loading…
Reference in New Issue
Block a user