分割后的宗地地籍区显示异常
Showing
1 changed file
with
13 additions
and
13 deletions
| ... | @@ -64,8 +64,8 @@ | ... | @@ -64,8 +64,8 @@ |
| 64 | <!-- <th class="xzzxx">幢信息</th> --> | 64 | <!-- <th class="xzzxx">幢信息</th> --> |
| 65 | <!-- <th class="">选择</th> --> | 65 | <!-- <th class="">选择</th> --> |
| 66 | </tr> | 66 | </tr> |
| 67 | <template v-for="(item,index) in zdFghData.newZdlist"> | 67 | <template v-for="(item,index) in zdFghData.newZdlist" > |
| 68 | <tr :key="item.xzqbsm"> | 68 | <tr :key="index"> |
| 69 | <td class="cz" rowspan="2"> | 69 | <td class="cz" rowspan="2"> |
| 70 | <el-button | 70 | <el-button |
| 71 | type="primary" | 71 | type="primary" |
| ... | @@ -129,7 +129,7 @@ | ... | @@ -129,7 +129,7 @@ |
| 129 | <input type="text" v-model="item.xmmc" class="formInput"/> | 129 | <input type="text" v-model="item.xmmc" class="formInput"/> |
| 130 | </td> | 130 | </td> |
| 131 | </tr> | 131 | </tr> |
| 132 | <tr :key="index"> | 132 | <tr :key="index+100"> |
| 133 | <td colspan="6"> | 133 | <td colspan="6"> |
| 134 | <div class="fghzxx"> | 134 | <div class="fghzxx"> |
| 135 | <div class="choosedZxx"> | 135 | <div class="choosedZxx"> |
| ... | @@ -699,21 +699,21 @@ | ... | @@ -699,21 +699,21 @@ |
| 699 | changeXzq(id, index) { | 699 | changeXzq(id, index) { |
| 700 | this.djq = []; | 700 | this.djq = []; |
| 701 | this.djzq = []; | 701 | this.djzq = []; |
| 702 | getListByXzqbsm(id) | ||
| 703 | .then((res) => { | ||
| 704 | if (res.result == null) { | ||
| 705 | this.djq = null; | ||
| 706 | } else { | ||
| 707 | this.djq = res.result; | ||
| 708 | } | ||
| 709 | }) | ||
| 710 | .catch((error) => { | ||
| 711 | }); | ||
| 702 | if (index !== undefined) { | 712 | if (index !== undefined) { |
| 703 | switch (this.tabName) { | 713 | switch (this.tabName) { |
| 704 | case "zd": | 714 | case "zd": |
| 705 | this.zdFghData.newZdlist[index].djqbsm = ''; | 715 | this.zdFghData.newZdlist[index].djqbsm = ''; |
| 706 | this.zdFghData.newZdlist[index].djzqbsm = ''; | 716 | this.zdFghData.newZdlist[index].djzqbsm = ''; |
| 707 | getListByXzqbsm(id) | ||
| 708 | .then((res) => { | ||
| 709 | if (res.result == null) { | ||
| 710 | this.djq = null; | ||
| 711 | } else { | ||
| 712 | this.djq = res.result; | ||
| 713 | } | ||
| 714 | }) | ||
| 715 | .catch((error) => { | ||
| 716 | }); | ||
| 717 | break; | 717 | break; |
| 718 | case "dz": | 718 | case "dz": |
| 719 | //to do | 719 | //to do | ... | ... |
-
Please register or sign in to post a comment