lrf402788946 4 år sedan
förälder
incheckning
c7aa9691e9
1 ändrade filer med 1 tillägg och 1 borttagningar
  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);
       }