给data中的组数赋值
push可是实时渲染使用等号不行
getFilterList () {
var _this = this//循环中的this只想的不是vue所以需要复制
for(let i = 0;i<this.deviceCount;i++){
_this.filterList.push({ text: this.deviceList[i].isxcDeviceTypeValue})
_this.filterList.push({ value: this.deviceList[i].isxcDeviceTypeValue})
}
}
网友评论