vue 数组对接字符串 传值时候,join(',') 一下 watch
watch: { 'tFill.otherDescArr': function (newVal, oldVal) { this.tFill.otherDesc = this.tFill.otherDescArr.join(',') } },
vue 数组对接字符串 传值时候,join(',') 一下 watch
watch: { 'tFill.otherDescArr': function (newVal, oldVal) { this.tFill.otherDesc = this.tFill.otherDescArr.join(',') } },