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