数据监听

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

猜你喜欢

热点阅读