el-element的的表格填充数据

在我从后台拿到一个这样的数据

data = {
        PersonInfo:{
            id_card:
        },
        Phone:[
                 {
                     personDataId:
                     phone_number:
                 },
                 {}
              ],
        psAddress:[
                 {},
                 {}
              ]
        }

关于json的联系

前因:
有个需求json格式的多条数据,所以今天在公司里做一个Array bb = [{name,age},{name,age}]这样的数据类型,我通过调用arrayObject.push(newelement1,newelement2,….,newelementX),来进行数据填充。在console台中非常完美的显示出来了,但是在进行表单提交数据到服务器的时候,数据的格式非常奇怪。

Your browser is out-of-date!

Update your browser to view this website correctly. Update my browser now

×