From 50f2f8945f1ab86c931fee6cf9d9bd88a122ae6e Mon Sep 17 00:00:00 2001 From: zjj <3272660260@qq.com> Date: 星期六, 07 六月 2025 17:14:47 +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