Explorar el Código

fix 导出文件命名

master
张泽亮 hace 4 días
padre
commit
d341064d2e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      ruoyi-generator/src/main/resources/vm/vue/index.vue.vm

+ 1
- 1
ruoyi-generator/src/main/resources/vm/vue/index.vue.vm Ver fichero

@@ -647,7 +647,7 @@ export default {
handleExport() {
this.download('${moduleName}/${businessName}/export', {
...this.queryParams
}, `${businessName}_#[[${new Date().getTime()}]]#.xlsx`)
}, `${functionName}_#[[${new Date().getTime()}]]#.xlsx`)
},
/** 打印表单 */
doPrint() {


Cargando…
Cancelar
Guardar