forked from gzzfw/frontEnd/gzDyh

dminyi
2024-09-13 cd111843d195c24ddc31bb66aca79b559b470842
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>