lrf402788946 před 4 roky
rodič
revize
c7aa9691e9
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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);
       }