liyongli 1 year ago
parent
commit
6fc10bd5a5
2 changed files with 2 additions and 0 deletions
  1. 1 0
      src/views/Department/index.vue
  2. 1 0
      src/views/ReportForm/ReportForm.vue

+ 1 - 0
src/views/Department/index.vue

@@ -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) {

+ 1 - 0
src/views/ReportForm/ReportForm.vue

@@ -301,6 +301,7 @@ export default {
         '&kh=1';
       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) {