diff --git a/src/route/proj/edit/ProjEditStep2.tsx b/src/route/proj/edit/ProjEditStep2.tsx index 2bf15df..4b04a0e 100644 --- a/src/route/proj/edit/ProjEditStep2.tsx +++ b/src/route/proj/edit/ProjEditStep2.tsx @@ -323,7 +323,7 @@ export default function ProjEditStep2(props: any) { } }) } - const [belongShow, setBelongShow] = useState('') + const [belongShow, setBelongShow] = useState('ORGANIZATION') // 编辑所属者 const upProjOwner = () => { const crcAccountPassword = Number(formBelong.getFieldValue('isCrcAccount')) == 1 ? formBelong.getFieldValue('crcAccountPassword') : '' @@ -630,24 +630,32 @@ export default function ProjEditStep2(props: any) { -