mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-29 18:48:45 +08:00
Merge pull request #4006 from charescape/patch-3
fix: 修复EmailAction邮箱地址重复填写的问题
This commit is contained in:
commit
d0f7f95541
@ -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