From c0b7bd4e42a362aab82e9b57442c7de15c18fc5b Mon Sep 17 00:00:00 2001 From: xuan Date: Tue, 6 Dec 2022 17:36:41 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix(ID1000909):=20=E5=8F=91?= =?UTF-8?q?=E8=B4=A7=E5=88=97=E8=A1=A8=E6=B2=A1=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 【发货列表没数据】 https://www.tapd.cn/53459131/bugtrace/bugs/view/1153459131001000909 --- src/pages/delivery/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/delivery/index.tsx b/src/pages/delivery/index.tsx index f605c54..85bc481 100644 --- a/src/pages/delivery/index.tsx +++ b/src/pages/delivery/index.tsx @@ -171,6 +171,7 @@ const Delivery: FC = () => { useDidShow(() => { getData() + isFirst.current = false }) return (