例子: 监听payable的contract_id, computed: { contract_id() { return this.Payable.contract_id }}, watch: { contract_id(newValue, oldValue) { console.log(newValue) } },复制代码