方法1:循环push
for(var i in that.xuanzArr_beixuan){ that.xuanzArr.push([]);}方法2:解析JSON
JSON.parse(JSON.stringify(this.templateData))