liyongli 2 năm trước cách đây
mục cha
commit
8240afad1a
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      src/views/Department/index.vue

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

@@ -281,6 +281,7 @@ export default {
         '&end=' +
         [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;
       window.open(url);
     },
     disabledDate(time) {