|
|
@@ -132,8 +132,8 @@ const GetETDEcharts = () => {
|
|
|
}
|
|
|
$api
|
|
|
.GetETDEcharts({
|
|
|
- b_date: currentDate.getMonth() + 1 + '/' + currentDate.getFullYear(),
|
|
|
- e_date: tenmonth + '/' + tenyear
|
|
|
+ e_date: currentDate.getMonth() + 1 + '/' + currentDate.getFullYear(),
|
|
|
+ b_date: tenmonth + '/' + tenyear
|
|
|
})
|
|
|
.then((res: any) => {
|
|
|
if (res.code === 200) {
|
|
|
@@ -249,8 +249,8 @@ const GetContainerCountEcharts = (val: any) => {
|
|
|
containerType.value = []
|
|
|
$api
|
|
|
.GetContainerCountEcharts({
|
|
|
- b_date: currentDate.getMonth() + 1 + '/' + currentDate.getFullYear(),
|
|
|
- e_date: tenmonth + '/' + tenyear,
|
|
|
+ e_date: currentDate.getMonth() + 1 + '/' + currentDate.getFullYear(),
|
|
|
+ b_date: tenmonth + '/' + tenyear,
|
|
|
...val
|
|
|
})
|
|
|
.then((res: any) => {
|