zhanghua
2025-10-13 a128d99df306bb1ab017b7069fb0441837b3917b
导出加参数
1个文件已修改
3 ■■■■ 已修改文件
src/views/student/index.vue 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/student/index.vue
@@ -192,7 +192,8 @@
    handleExport() {
      this.download(
        "exportPlayer?orgId=" +
          JSON.parse(localStorage.getItem("selectStaff")).org.id,
          JSON.parse(localStorage.getItem("selectStaff")).org.id+"&type=" +
          this.activeName,
        {},
        `导出_${new Date().getTime()}.xlsx`
      );