判断数组对象嵌套的数组对象中是否含有某个字段
要想判断数组对象中嵌套的数组对象中是否有字段isBig==true可以采用计数器的方法 if (type == 'all') { let current = 0 // eslint-disable-line no-unused-vars list.map((item, index) => { for (const item of item.pkgItemList) { if (item.isBig == true) {