Explorar o código

+elective xlsx output

hare8999@163.com %!s(int64=2) %!d(string=hai) anos
pai
achega
0ded67a679
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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() {