this.idcards.push(arr) 这个无效
就知道了
vuejs有个跟push相同的方法
console.log(this.list.push.toString())
这个push是个同名方法并非 native 的 array push只有用它这个“假”方法才能运行监听函数更新视图