|
@@ -425,10 +425,10 @@ export default {
|
|
|
aLink.setAttribute(
|
|
|
"download",
|
|
|
`提成数据报表${
|
|
|
- this.parmValue.hk_start !== "" &&
|
|
|
+ this.parmValue.qrd_start !== "" &&
|
|
|
this.parmValue.hk_start !== ""
|
|
|
? title1 + "&&" + title2
|
|
|
- : this.parmValue.hk_start !== ""
|
|
|
+ : this.parmValue.qrd_start !== ""
|
|
|
? title1
|
|
|
: title2
|
|
|
}.zip`
|