forked from gzzfw/frontEnd/gzDyh

zhangyongtian
2024-08-30 922009d0383770bd0f2da88e7412cd1459946a67
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>