Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

导入多层json 格式导出格式错误 #1315

Open
OnlyloveRjy opened this issue Aug 5, 2019 · 0 comments
Open

导入多层json 格式导出格式错误 #1315

OnlyloveRjy opened this issue Aug 5, 2019 · 0 comments

Comments

@OnlyloveRjy
Copy link

{
"code": 200,
"data": [
{
"time": "2008-08-01",
"deptData": [
{
"deptid": "1",
"name": "销售部",
"value": "110"
},
{
"deptid": "2",
"name": "财务部",
"value": "115"
},
{
"deptid": "3",
"name": "运营部",
"value": "176"
},
{
"deptid": "7",
"name": "宣传部",
"value": "140"
}
]
},
{
"time": "2008-08-02",
"deptData": [
{
"deptid": "1",
"name": "销售部",
"value": "101"
},
{
"deptid": "2",
"name": "财务部",
"value": "154"
},
{
"deptid": "3",
"name": "运营部",
"value": "762"
},
{
"deptid": "7",
"name": "宣传部",
"value": "402"
}
]
},
{
"time": "2008-08-03",
"deptData": [
{
"deptid": "1",
"name": "销售部",
"value": "102"
},
{
"deptid": "2",
"name": "财务部",
"value": "175"
},
{
"deptid": "3",
"name": "运营部",
"value": "276"
},
{
"deptid": "7",
"name": "宣传部",
"value": "227"
}
]
},
{
"time": "2008-08-04",
"deptData": [
{
"deptid": "1",
"name": "销售部",
"value": "102"
},
{
"deptid": "2",
"name": "财务部",
"value": "125"
},
{
"deptid": "3",
"name": "运营部",
"value": "176"
},
{
"deptid": "7",
"name": "宣传部",
"value": "240"
}
]
},
{
"time": "2008-08-05",
"deptData": [
{
"deptid": "1",
"name": "销售部",
"value": "100"
},
{
"deptid": "2",
"name": "财务部",
"value": "145"
},
{
"deptid": "3",
"name": "运营部",
"value": "96"
},
{
"deptid": "7",
"name": "宣传部",
"value": "40"
}
]
},
{
"time": "2008-08-06",
"deptData": [
{
"deptid": "1",
"name": "销售部",
"value": "180"
},
{
"deptid": "2",
"name": "财务部",
"value": "157"
},
{
"deptid": "3",
"name": "运营部",
"value": "106"
},
{
"deptid": "7",
"name": "宣传部",
"value": "120"
}
]
},
{
"time": "2008-08-07",
"deptData": [
{
"deptid": "1",
"name": "销售部",
"value": "101"
},
{
"deptid": "2",
"name": "财务部",
"value": "125"
},
{
"deptid": "3",
"name": "运营部",
"value": "166"
},
{
"deptid": "7",
"name": "宣传部",
"value": "130"
}
]
}
],
"message": "SUCCESS"
}
1564988115(1)

@OnlyloveRjy OnlyloveRjy reopened this Aug 5, 2019
@thx thx deleted a comment from gouguoyin Aug 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant