forked from gzzfw/frontEnd/gzDyh

zhangyongtian
2024-09-13 16d22b5c055e6221c5a9d8a1904f52264a3dcfcb
gz-customerSystem/src/components/basicInformation/organization/AddOrEditOrganization.jsx
@@ -100,7 +100,7 @@
               >
                  <Row gutter={[24, 16]}>
                     <Col span={8}>
                        <Form.Item label="组织名称" name="name" required rules={[{ required: true }]}>
                        <Form.Item label="组织名称" name="unitName" required rules={[{ required: true }]}>
                           <Input placeholder="请输入" allowClear />
                        </Form.Item>
                     </Col>