diff --git a/dist.zip b/dist.zip index 219f6e7..eecdb5f 100644 Binary files a/dist.zip and b/dist.zip differ diff --git a/src/page/index/components/BusinessCase/BusinessCase.vue b/src/page/index/components/BusinessCase/BusinessCase.vue index d5bf665..c0695dd 100644 --- a/src/page/index/components/BusinessCase/BusinessCase.vue +++ b/src/page/index/components/BusinessCase/BusinessCase.vue @@ -94,7 +94,7 @@ const handleChangeTab = async (value: number) => { const handleGetData = async () => { const req: any = { ProvinceCode: "530000", - StatisticsDate: moment().subtract(1, 'd').subtract(1, 'M').format('YYYY-MM-DD'), + StatisticsDate: moment().subtract(1, 'd').format('YYYY-MM-DD'), ServerpartId: props.currentService?.SERVERPART_ID || "", }