Home > front end >  Data processing for help, urgent urgent urgent urgent!!!!!!!!!!!!!!!!!!!!!
Data processing for help, urgent urgent urgent urgent!!!!!!!!!!!!!!!!!!!!!

Time:05-26

 


{
"Checked" : "ALL",
"Children" : [
{
"Checked" : "NORMAL,"
"Children" : [
{
"Checked" : "ALL",
"Children" : [

]
}
]
},
{
"Checked" : "REFRIGERATE,"
"Children" : [
{
"Checked" : "ALL",
"Children" : [

]
}
]
},
{
"Checked" : "COLD,"
"Children" : [
{
"Checked" : "ALL",
"Children" : [

]
}
]
},
{
"Checked", "CONSTANT",
"Children" : [
{
"Checked" : "ALL",
"Children" : [

]
}
]
}
]
}
]



Urgent urgent as shown above I think joining together into a data structure for
 

{
1: 'ALL',
2: 'NORMAL',
3: 'ALL'
},
{
1: 'ALL',
2: REFRIGERATE,
3: 'ALL'
},
{
1: 'ALL',
2: 'COLD',
3: 'ALL'
},
{
1: 'ALL',
2: 'CONSTANT'
3: 'ALL'
},
]


Is the first layer of the layer 2 checked checked + + layer 3 checked

The outermost length up to 2, the second maximum 4, the third layer 3

CodePudding user response:

In addition, there are eslint so for don't appear in and for the best
  • Related