【发布时间】:2020-11-04 12:58:50
【问题描述】:
在 IE11 中使用这行代码时出现语法错误。
let themes = _.filter(data, (el) => {
if (OrganizationId == 21) {
return el.Code == 'skin-3';
} else {
return el.Code != 'skin-3';
}
});
【问题讨论】:
-
看到这篇文章 => stackoverflow.com/questions/40216015/…
-
您好,请问这个问题呢?我下面的回答对解决这个问题有帮助吗?如果是这样,您可以参考this,它可以帮助其他社区成员将来解决类似的问题。感谢您的理解。
标签: angularjs lodash internet-explorer-11