数组.join()方法 this.addForm.goods_name.join(',') 会返回一个新的字符串 重新接收一下 this.addForm.goods_name = this.addForm.goods_name.join(',')