liyongli 2 年之前
父節點
當前提交
fcd1cf560b
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/views/ReportForm/ReportForm.vue

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

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