- 使用immediate 和deep
watch: {
fundcode: {
handler(val, oldval) {
console.log('變化',val,oldval)
this.fundcode = val
this.initCcmxCloud()
},
immediate: false,
deep: true
}
}
watch: {
fundcode: {
handler(val, oldval) {
console.log('變化',val,oldval)
this.fundcode = val
this.initCcmxCloud()
},
immediate: false,
deep: true
}
}