From 6d7147093fb95d2b13014d9979c90c907f6cfbcb Mon Sep 17 00:00:00 2001 From: zjj <3272660260@qq.com> Date: 星期三, 11 六月 2025 09:42:51 +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