|
@@ -274,7 +274,7 @@ export default {
|
|
[startd.year, startd.month, startd.day].join('-') +
|
|
[startd.year, startd.month, startd.day].join('-') +
|
|
'&end=' +
|
|
'&end=' +
|
|
[starte.year, starte.month, starte.day].join('-') +
|
|
[starte.year, starte.month, starte.day].join('-') +
|
|
- '%kh=1';
|
|
|
|
|
|
+ '&kh=1';
|
|
if (this.formRael.sort) url += "&sort=" + this.formRael.sort;
|
|
if (this.formRael.sort) url += "&sort=" + this.formRael.sort;
|
|
window.open(url);
|
|
window.open(url);
|
|
},
|
|
},
|