Browse Source

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

zhangchong 1 năm trước cách đây
mục cha
commit
0039eb0ca0
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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) => {