var cityData3 = [{ value: '560', text: '客服类', children: [{ value: "561", text: "工程类", children: [{ value: "1", text: "过质保" }, { value: "0", text: "未过质保" }] },{ value: "567", text: "设计类", children: [{ value: "110101", text: "东城区" }, { value: "110102", text: "西城区" }, { value: "110103", text: "崇文区" }] }] }, { value: '554', text: '物业类', children: [{ value: "120100", text: "天津市", children: [{ value: "120101", text: "和平区" }, { value: "120102", text: "河东区" }, { value: "120103", text: "河西区" }] }] }, { value: '552', text: '销售类', children: [{ value: "120100", text: "天津市", children: [{ value: "120101", text: "和平区" }, { value: "120102", text: "河东区" }, { value: "120103", text: "河西区" }] }] }]