fix
parent
abf89d4b76
commit
aee347f000
|
|
@ -38,10 +38,10 @@ const ControlContent = ({ readOnly, ...props }) => {
|
|||
const fetchDetail = () => {
|
||||
props.evalProcessControlDetail({ projectId }).then((res) => {
|
||||
if (res?.success) {
|
||||
if (res?.data?.signTaskPersonCo) {
|
||||
if (res?.data?.orgHeadSignTaskPersonCo) {
|
||||
setSelectPeople({
|
||||
value: res?.data?.signTaskPersonCo?.signerPersonnelId,
|
||||
label: res?.data?.signTaskPersonCo?.signerName,
|
||||
value: res?.data?.orgHeadSignTaskPersonCo?.signerPersonnelId,
|
||||
label: res?.data?.orgHeadSignTaskPersonCo?.signerName,
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue