forked from gzzfw/frontEnd/gzDyh

zhangyongtian
2024-08-27 a30ae9c2331e5352a4f9d3f7e0ecfd36ff9d4e33
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>