map的使用(返回数组里的数据)起到过滤作用
var that = this; that.zjinfoListTemp = that.zjinfoList that.$nextTick(() => { ///取出选中的专家 var ids = that.zjinfoList.map((item) => { return item.id; }); //钩上选中的 that.infoList.forEach(.