Explorar o código

修改导出传参字段

1
mo %!s(int64=2) %!d(string=hai) anos
pai
achega
69afc13487
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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(","),
       };
     },