vue更新list集合或数组数据不更新 2018-10-25 本文已影响0人 奕格 使用vue的set方法 var obj =this.list[index] obj.isShow = !obj.isShow this.$set(this.list, index, obj)