vue父组件给子组件传的数组没改变

解决方法 数组改变值要用到$set方法

vue的$set方法 修改数组的值

this.$set(target,key,value);