lrf402788946 4 년 전
부모
커밋
c7aa9691e9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/train-plan/experience.vue

+ 1 - 1
src/views/train-plan/experience.vue

@@ -118,7 +118,7 @@ export default {
       this.$set(this, `studentList`, arr);
     },
     async toExport(data) {
-      const res = await this.export(this.form);
+      const res = await this.export(data);
       if (this.$checkRes(res, '导出成功', res.errmsg || '导出失败')) {
         window.open(res.data);
       }