Home > front end >  First use Layui formSelects components in the multi-stage tandem times wrong!
First use Layui formSelects components in the multi-stage tandem times wrong!

Time:05-04

 & lt; Div & gt; 




 formSelects. Data (' orgArea ', 'local' {
Arr: [
{
"Name" : "Beijing,"
"Value" : 1,
"Children" : [
{
"Name" : "Beijing 1", "value" : 12, "children" : [
{" name ", "chaoyang district 1", "value" : 13, "children" : []},
{" name ":" chaoyang district 2 ", "value" : 14, "children" : []},
{" name ", "chaoyang district 3", "value" : 15, "children" : []},
{" name ", "chaoyang district 4", "value" : 16, "children" : []},
]
},
{" name ":" Beijing 2 ", "value" : 17, "children" : []},
{" name ":" 3 "in Beijing," value ": 18," children ": []},
{" name ":" 4 in Beijing ", "value" : 19, "children" : []},
]
},
{
"Name" : "tianjin",
"Value" : 2,
"Children" : [
{" name ":" 1 "in tianjin," value ": 51," children ": []},
]
},
],
Linkage: true,
LinkageWidth: 130
});


If remove the linkage attribute is the sequential cascade model is not an error but no cascading effect
  • Related