lrf402788946 4 éve
szülő
commit
c7aa9691e9
1 módosított fájl, 1 hozzáadás és 1 törlés
  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);
       }