Przeglądaj źródła

修改导出传参字段

1
mo 2 lat temu
rodzic
commit
69afc13487
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      src/views/reportForm/index.vue

+ 2 - 2
src/views/reportForm/index.vue

@@ -1807,8 +1807,8 @@ export default {
         endTime = null;
       }
       return {
-        startTime: startTime,
-        endTime: endTime,
+        startDate: startTime,
+        endDate: endTime,
         organId: this.trainingOrganId.join(","),
       };
     },