fix: 联系人编辑 loading

2.0/email-builder
Lei OT 10 months ago
parent 6ec1648a99
commit 0ff80b63cc

@ -127,7 +127,7 @@ export const ConversationItemFormModal = ({ open, onCreate, onCancel, initialVal
setNewItemLoading(true);
// if (initialValues.is_current_order !== true)
newConversation({...values, conversationid: _initialValues?.sn || '', opi_sn: userId});
await newConversation({...values, conversationid: _initialValues?.sn || '', opi_sn: userId});
if (typeof onCreate === 'function') {
onCreate(values);
}

Loading…
Cancel
Save