gz-customerSystem/src/views/register/visit/component/applyDialog.jsx
@@ -270,6 +270,7 @@ const handleSave = () => { if (formRef.current) { formRef.current.validate(undefined, (errors, values) => { if (!errors) { props.handleAddParty({ ...values, partyType: props.dialogType, @@ -277,6 +278,7 @@ perClassName: props.dialogType === 0 ? '申请方当事人' : '被申请方当事人' }) props.onClose() } }); } }