vue 数组对接字符串 传值时候,join(',') 一下 watch

vue 数组对接字符串 传值时候,join(',') 一下 watch

watch: {
    'tFill.otherDescArr': function (newVal, oldVal) {
      this.tFill.otherDesc = this.tFill.otherDescArr.join(',')
    }
  },

 

posted @ 2019-03-25 14:59  彭成刚  阅读(2130)  评论(0编辑  收藏  举报