forked from gzzfw/frontEnd/gzDyh

zhangyongtian
2024-08-21 43c316de7163b3ea25bd8d554b07c0b7098c9456
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()
        }
      });
    }
  }