vue中find函数
Posted erfsfj-dbc
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了vue中find函数相关的知识,希望对你有一定的参考价值。
let obj = this.role.find(v => v.code === res.company.role)
循环 data对象中的role数组 ,每个数组元素用v代替,code为他的键,返回找到的数组元素对象。
以上是关于vue中find函数的主要内容,如果未能解决你的问题,请参考以下文章
[Vue warn]: Error in mounted hook: "ReferenceError: Can't find variable: Promise"