mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-29 18:48:45 +08:00
修复邮箱地址重复填写的问题
This commit is contained in:
parent
3d7af901fe
commit
573cdffd09
@ -25,7 +25,7 @@ export class EmailAction implements Action {
|
||||
) {
|
||||
const mailTo = filter(action.to, action.args);
|
||||
const mailInfo = mapValues(
|
||||
pick(action, 'to', 'cc', 'bcc', 'subject', 'body'),
|
||||
pick(action, 'cc', 'bcc', 'subject', 'body'),
|
||||
val => filter(val, action.args)
|
||||
);
|
||||
const mailStr = qs.stringify(mailInfo);
|
||||
|
Loading…
Reference in New Issue
Block a user