数据监听
2021-09-14 本文已影响0人
安北分享
watch: {
id: {
handler: function (val) {
this.$nextTick(() => {
console.log('************', val)
this.getMonitoring()
})
}
}
},
watch: {
id: {
handler: function (val) {
this.$nextTick(() => {
console.log('************', val)
this.getMonitoring()
})
}
}
},