|
@ -139,6 +139,7 @@ function memberModal (props) { |
|
|
style={{ width: 417 }} |
|
|
style={{ width: 417 }} |
|
|
rules={[{ required: true, message: "请选择部门" }]} |
|
|
rules={[{ required: true, message: "请选择部门" }]} |
|
|
showClear |
|
|
showClear |
|
|
|
|
|
filter |
|
|
initValue={departmentId || ""} |
|
|
initValue={departmentId || ""} |
|
|
disabled={memberEdit} |
|
|
disabled={memberEdit} |
|
|
> |
|
|
> |
|
@ -157,6 +158,7 @@ function memberModal (props) { |
|
|
<Form.Select |
|
|
<Form.Select |
|
|
label="选择人员:" |
|
|
label="选择人员:" |
|
|
field="pepUserId" |
|
|
field="pepUserId" |
|
|
|
|
|
filter |
|
|
placeholder="请选择人员" |
|
|
placeholder="请选择人员" |
|
|
style={{ width: 417 }} |
|
|
style={{ width: 417 }} |
|
|
rules={[{ required: true, message: "请选择人员" }]} |
|
|
rules={[{ required: true, message: "请选择人员" }]} |
|
@ -208,6 +210,7 @@ function memberModal (props) { |
|
|
placeholder="请选择关联项目" |
|
|
placeholder="请选择关联项目" |
|
|
initValue={anxincloudArr} |
|
|
initValue={anxincloudArr} |
|
|
style={{ width: 417 }} |
|
|
style={{ width: 417 }} |
|
|
|
|
|
filter |
|
|
showClear |
|
|
showClear |
|
|
> |
|
|
> |
|
|
{ |
|
|
{ |
|
|