From 71725ae55cf54fa85be46f748528e2339643945c Mon Sep 17 00:00:00 2001 From: zjj <3272660260@qq.com> Date: 星期一, 23 六月 2025 14:42:24 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/devlop' into devlop --- rsf-admin/src/page/orders/outStock/OutOrderList.jsx | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/rsf-admin/src/page/orders/outStock/OutOrderList.jsx b/rsf-admin/src/page/orders/outStock/OutOrderList.jsx index 662f9b9..a74ca93 100644 --- a/rsf-admin/src/page/orders/outStock/OutOrderList.jsx +++ b/rsf-admin/src/page/orders/outStock/OutOrderList.jsx @@ -115,6 +115,7 @@ const OutOrderList = (props) => { const translate = useTranslate(); const refresh = useRefresh(); + const notify = useNotify(); const [createDialog, setCreateDialog] = useState(false); const [manualDialog, setManualDialog] = useState(false); -- Gitblit v1.9.1