bjtype.js 318 B

123456789101112131415
  1. var bjTypeData = [{
  2. value: "1",
  3. text: "刑事案件",
  4. children: [ {
  5. value: "001",
  6. text: "盗窃",
  7. children: [ {
  8. value: "100105",
  9. text: "盗窃电动自行车"
  10. }, {
  11. value: "100199",
  12. text: "其他盗窃"
  13. }]
  14. }]
  15. }]