From b11d506d64188be9843f13fcf2dd6bb3df45acfd Mon Sep 17 00:00:00 2001 From: zjj <3272660260@qq.com> Date: 星期三, 11 六月 2025 09:51:00 +0800 Subject: [PATCH] # --- rsf-admin/src/page/work/outBound/OutBoundList.jsx | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/rsf-admin/src/page/work/outBound/OutBoundList.jsx b/rsf-admin/src/page/work/outBound/OutBoundList.jsx index 2a6494e..404f546 100644 --- a/rsf-admin/src/page/work/outBound/OutBoundList.jsx +++ b/rsf-admin/src/page/work/outBound/OutBoundList.jsx @@ -64,7 +64,6 @@ import { number } from "prop-types"; const OutBoundList = () => { - const [createDialog, setCreateDialog] = useState(false); const [tabelData, setTableData] = useState([]); const [selectedRows, setSelectedRows] = useState([]); -- Gitblit v1.9.1