forked from gzzfw/frontEnd/gzDyh

zhangyongtian
2024-09-03 6276d75443ec3cacf34d11632ed99c90fd35d3d3
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>