|
|
@@ -140,7 +140,7 @@ const fetchHistoryData = async () => {
|
|
|
statisticDateStart: dateRange.value[0],
|
|
|
statisticDateEnd: dateRange.value[1],
|
|
|
};
|
|
|
- request.get("/order/recycleStatisticOverview/order/recycleStatisticOverview/history", { params })
|
|
|
+ request.get("/order/recycleStatisticOverview/history", { params })
|
|
|
.then((res) => {
|
|
|
if (res.data.code === 200) {
|
|
|
recycleDiscountData.value.forEach((item) => {
|
|
|
@@ -159,7 +159,7 @@ const fetchProvinceData = async () => {
|
|
|
statisticDateStart: mapDateRange.value[0],
|
|
|
statisticDateEnd: mapDateRange.value[1],
|
|
|
};
|
|
|
- request.get("/order/recycleStatisticOverview/order/recycleStatisticOverview/provinceRankList", {
|
|
|
+ request.get("/order/recycleStatisticOverview/provinceRankList", {
|
|
|
params,
|
|
|
}).then((res) => {
|
|
|
if (res.data.code === 200) {
|