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