From 3d29ecbf1e25c8a3dffac3974020ced66fcbd7df Mon Sep 17 00:00:00 2001 From: chashaobao Date: Sun, 19 Oct 2025 17:04:49 +0800 Subject: [PATCH] feat: update --- src/pages/table-list/city-operation/index.tsx | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/src/pages/table-list/city-operation/index.tsx b/src/pages/table-list/city-operation/index.tsx index e719430..f410897 100644 --- a/src/pages/table-list/city-operation/index.tsx +++ b/src/pages/table-list/city-operation/index.tsx @@ -187,14 +187,7 @@ const TableList: React.FC = () => { options={staffOptions} rules={[{ required: true, message: '必填项' }]} /> - + );