数组改造成字符串

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

posted @ 2020-11-09 22:08  张新钢  阅读(89)  评论(0)    收藏  举报