@@ -304,6 +304,7 @@ export default {
[starte.year, starte.month, starte.day].join('-');
if (this.formRael.sort) url += '&sort=' + this.formRael.sort;
if (this.formRael.match) url += '&match=' + this.formRael.match;
+ if (this.formRael.kwName) url += '&kwName=' + this.formRael.kwName;
window.open(url);
},
disabledDate(time) {
@@ -301,6 +301,7 @@ export default {
'&kh=1';