收起
undefined
let list = this.data.dieList.forEach...
let list = this.data.dietList.map(ele => { if (ele.type == currentObj.type) { ele.flag = !ele.flag } return ele })
报告相同问题?