This commit is contained in:
ylj20011123 2026-03-02 14:47:04 +08:00
parent 65c233724e
commit 102aaa2a99
2 changed files with 1 additions and 1 deletions

BIN
dist.zip

Binary file not shown.

View File

@ -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 || "",
}