var bjTypeData = [{ value: "1", text: "刑事案件", children: [ { value: "001", text: "盗窃", children: [ { value: "100105", text: "盗窃电动自行车" }, { value: "100199", text: "其他盗窃" }] },{ value: "002", text: "抢劫", children: [ { value: "100299", text: "其他抢劫" }] },{ value: "003", text: "抢夺", children: [ { value: "100399", text: "其他抢夺" }] }] },{ value: "2", text: "治安案件", children: [ { value: "004", text: "盗窃", children: [ { value: "201002", text: "盗窃电动自行车" }, { value: "201005", text: "其他盗窃" },{ value: "201003", text: "盗窃电动车电瓶" }] }] },{ value: "3", text: "群众救助", children: [ { value: "50", text: "群众救助", children: [ { value: "-", text: "-" }] },{ value: "500900", text: "其他群众救助", children: [ { value: "-", text: "-" }] }] }]