watch: {
eleDateNew: {
handler(val, olVal) {
// console.log('新', val)
// console.log('旧', olVal)
},
deep: true
}
},
computed: {
eleDateNew() {
return JSON.parse(JSON.stringify(this.gupiaoInfo))
}
}
vue 监测data数据对象里面的值
最新推荐文章于 2022-01-22 18:16:24 发布