watch: {
list: {
deep: true,//深度監聽
handler: function() {
dosomething
}
}
},