liyongli 1 年之前
父节点
当前提交
6fc10bd5a5
共有 2 个文件被更改,包括 2 次插入0 次删除
  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) {