Browse Source

+elective xlsx output

hare8999@163.com 2 năm trước cách đây
mục cha
commit
0ded67a679
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/elective/generation/detail.vue

+ 1 - 1
src/views/elective/generation/detail.vue

@@ -193,7 +193,7 @@ export default {
       if (group) params.push(group)
       if (type) params.push(type)
 
-      return params.join('-')
+      return params.join('-') + '.xlsx'
     }
   },
   data() {