| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- 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: "河西区"
- }]
- }]
- }]
|