fix: 修改Arr和RRR保存的文件名称
This commit is contained in:
parent
f0efa99df5
commit
96bf95741c
|
@ -115,9 +115,9 @@ export default {
|
|||
// saveAs(strData, `${this.type == 2 ?'Gamma-':'Beta-'} RRR.txt`)
|
||||
// }
|
||||
if (this.type == 1 || this.type == 3) {
|
||||
saveAs(strData, `${name}_ARR.txt`)
|
||||
saveAs(strData, `ARR_${name}.txt`)
|
||||
} else {
|
||||
saveAs(strData, `${name}_RRR.txt`)
|
||||
saveAs(strData, `RRR_${name}.txt`)
|
||||
}
|
||||
// let _this = this
|
||||
// this.$confirm({
|
||||
|
|
Loading…
Reference in New Issue
Block a user