|
|
|
@ -46,7 +46,7 @@
@@ -46,7 +46,7 @@
|
|
|
|
|
formData.userId = userInfoStore.id; |
|
|
|
|
formData.messageSecret = messageSecret.value; |
|
|
|
|
formData.alias = Array(formData.alias).join(','); |
|
|
|
|
formData.phone = String(formData.phone).split(','); |
|
|
|
|
formData.phone && (formData.phone = formData.phone.split(',')); |
|
|
|
|
// 处理提交之前逻辑 |
|
|
|
|
setModalProps({ confirmLoading: true }); |
|
|
|
|
await sendMessage(formData); |
|
|
|
|