Explorar el Código

修改导出传参字段

1
mo hace 2 años
padre
commit
69afc13487
Se han modificado 1 ficheros con 2 adiciones y 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(","),
       };
     },