税务信息
Showing
1 changed file
with
6 additions
and
2 deletions
| ... | @@ -174,7 +174,7 @@ | ... | @@ -174,7 +174,7 @@ |
| 174 | </div> | 174 | </div> |
| 175 | <lb-table | 175 | <lb-table |
| 176 | :column="clmMsr" | 176 | :column="clmMsr" |
| 177 | :key="key" | 177 | :key="key1" |
| 178 | :pagination="false" | 178 | :pagination="false" |
| 179 | :heightNumSetting="true" :minHeight="0" :rowStyleHeight='25' | 179 | :heightNumSetting="true" :minHeight="0" :rowStyleHeight='25' |
| 180 | :data="ywrList"> | 180 | :data="ywrList"> |
| ... | @@ -186,7 +186,7 @@ | ... | @@ -186,7 +186,7 @@ |
| 186 | <lb-table | 186 | <lb-table |
| 187 | :column="clmSwxx" | 187 | :column="clmSwxx" |
| 188 | :pagination="false" | 188 | :pagination="false" |
| 189 | :key="key" | 189 | :key="key2" |
| 190 | :heightNumSetting="true" :minHeight="0" :rowStyleHeight='25' | 190 | :heightNumSetting="true" :minHeight="0" :rowStyleHeight='25' |
| 191 | :data="swxxList"> | 191 | :data="swxxList"> |
| 192 | </lb-table> | 192 | </lb-table> |
| ... | @@ -209,6 +209,8 @@ | ... | @@ -209,6 +209,8 @@ |
| 209 | data () { | 209 | data () { |
| 210 | return { | 210 | return { |
| 211 | key: 0, | 211 | key: 0, |
| 212 | key1: 1, | ||
| 213 | key2: 2, | ||
| 212 | ruleForm: {}, | 214 | ruleForm: {}, |
| 213 | loading: false, | 215 | loading: false, |
| 214 | //表单是否可操作 | 216 | //表单是否可操作 |
| ... | @@ -293,6 +295,8 @@ | ... | @@ -293,6 +295,8 @@ |
| 293 | this.qlrList = htxx[1].msr; | 295 | this.qlrList = htxx[1].msr; |
| 294 | this.ywrList = htxx[2].cmr; | 296 | this.ywrList = htxx[2].cmr; |
| 295 | this.key++ | 297 | this.key++ |
| 298 | this.key1++ | ||
| 299 | this.key2++ | ||
| 296 | } | 300 | } |
| 297 | if (res.result.wqht.jsnr != "" && res.result.wqht.jsnr != null) { | 301 | if (res.result.wqht.jsnr != "" && res.result.wqht.jsnr != null) { |
| 298 | this.swxxList = JSON.parse(res.result.wqht.jsnr); | 302 | this.swxxList = JSON.parse(res.result.wqht.jsnr); | ... | ... |
-
Please register or sign in to post a comment