Merge branch 'master' of http://yun.pashanhoo.com:9090/renchao/CadastralSystem
Showing
1 changed file
with
10 additions
and
10 deletions
... | @@ -485,14 +485,14 @@ | ... | @@ -485,14 +485,14 @@ |
485 | }, | 485 | }, |
486 | xzDz(bsm, index) { | 486 | xzDz(bsm, index) { |
487 | this.zdFghData.newZdlist.fwlist[index].push({ | 487 | this.zdFghData.newZdlist.fwlist[index].push({ |
488 | zbsm: bsm, | 488 | bsm: bsm, |
489 | ztype: 'dz' | 489 | type: 'dz' |
490 | }) | 490 | }) |
491 | }, | 491 | }, |
492 | xzZrz(bsm, index) { | 492 | xzZrz(bsm, index) { |
493 | this.zdFghData.newZdlist.fwlist[index].push({ | 493 | this.zdFghData.newZdlist.fwlist[index].push({ |
494 | zbsm: bsm, | 494 | bsm: bsm, |
495 | ztype: 'zrz' | 495 | type: 'zrz' |
496 | }) | 496 | }) |
497 | }, | 497 | }, |
498 | 498 | ||
... | @@ -502,8 +502,8 @@ | ... | @@ -502,8 +502,8 @@ |
502 | this.zdDzList[childIndex].hasChoosed = index; | 502 | this.zdDzList[childIndex].hasChoosed = index; |
503 | if(this.zdFghData.newZdlist[index].dz.indexOf(obj) < 0){ | 503 | if(this.zdFghData.newZdlist[index].dz.indexOf(obj) < 0){ |
504 | this.zdFghData.newZdlist[index].fwlist.push({ | 504 | this.zdFghData.newZdlist[index].fwlist.push({ |
505 | zbsm: bsm, | 505 | bsm: bsm, |
506 | ztype: 'dz' | 506 | type: 'dz' |
507 | }); | 507 | }); |
508 | this.zdFghData.newZdlist[index].dz.push(obj); | 508 | this.zdFghData.newZdlist[index].dz.push(obj); |
509 | this.tempBsmList.push(bsm); | 509 | this.tempBsmList.push(bsm); |
... | @@ -523,8 +523,8 @@ | ... | @@ -523,8 +523,8 @@ |
523 | this.zdZrzList[childIndex].hasChoosed = index; | 523 | this.zdZrzList[childIndex].hasChoosed = index; |
524 | if(this.zdFghData.newZdlist[index].zrz.indexOf(obj) < 0){ | 524 | if(this.zdFghData.newZdlist[index].zrz.indexOf(obj) < 0){ |
525 | this.zdFghData.newZdlist[index].fwlist.push({ | 525 | this.zdFghData.newZdlist[index].fwlist.push({ |
526 | zbsm: bsm, | 526 | bsm: bsm, |
527 | ztype: 'zrz' | 527 | type: 'zrz' |
528 | }) | 528 | }) |
529 | this.zdFghData.newZdlist[index].zrz.push(obj); | 529 | this.zdFghData.newZdlist[index].zrz.push(obj); |
530 | this.tempBsmList.push(bsm); | 530 | this.tempBsmList.push(bsm); |
... | @@ -595,8 +595,8 @@ | ... | @@ -595,8 +595,8 @@ |
595 | }, | 595 | }, |
596 | handleNodeClick(node) { | 596 | handleNodeClick(node) { |
597 | this.zdFghData.newZdlist[this.selectIndex].fwlist.push({ | 597 | this.zdFghData.newZdlist[this.selectIndex].fwlist.push({ |
598 | zbsm: node.label, | 598 | bsm: node.label, |
599 | ztype: '多幢' | 599 | type: '多幢' |
600 | } | 600 | } |
601 | ); | 601 | ); |
602 | }, | 602 | }, | ... | ... |
-
Please register or sign in to post a comment