Ver Fonte

feat:对接特提统计和特提统计明细;

zhangchong há 1 ano atrás
pai
commit
0039eb0ca0
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      src/views/statistics/order/specialTable.vue

+ 2 - 2
src/views/statistics/order/specialTable.vue

@@ -108,8 +108,8 @@ const queryList = throttle(() => {
 		Keyword: state.queryParams.Keyword,
 		Cause: route.params.cause,
 		State: state.queryParams.State,
-		CreationTimeStart: route.params.startTime,
-		CreationTimeEnd: route.params.endTime,
+		StartTime: route.params.startTime,
+		EndTime: route.params.endTime,
 	};
 	departmentSpecialDetail(request)
 		.then((res: any) => {