房屋分割合并
Showing
2 changed files
with
2 additions
and
5 deletions
... | @@ -293,10 +293,7 @@ | ... | @@ -293,10 +293,7 @@ |
293 | selectHSplitMerge({ ...this.queryForm }).then((res) => { | 293 | selectHSplitMerge({ ...this.queryForm }).then((res) => { |
294 | this.$endLoading(); | 294 | this.$endLoading(); |
295 | if (res.code === 200) { | 295 | if (res.code === 200) { |
296 | this.tableData.datastwo = res.result | 296 | this.tableData.datastwo = res.result; |
297 | this.tableData.datastwo.forEach(item => { | ||
298 | item.bsm = item.zdbsm; | ||
299 | }) | ||
300 | this.bdcdysz = this.tableData.datastwo | 297 | this.bdcdysz = this.tableData.datastwo |
301 | } | 298 | } |
302 | }) | 299 | }) | ... | ... |
... | @@ -5,7 +5,7 @@ export function queueDjywmc (djywbm, djqxbm) { | ... | @@ -5,7 +5,7 @@ export function queueDjywmc (djywbm, djqxbm) { |
5 | return "selectJsydsyqSplitMerge"; | 5 | return "selectJsydsyqSplitMerge"; |
6 | } | 6 | } |
7 | // 房屋分割A04200S1 | 7 | // 房屋分割A04200S1 |
8 | if (['A04300S1', 'A04200S2', 'A04300S2'].includes(djqxbm)) { | 8 | if (['A04300S1', 'A04200S2', 'A0830S1'].includes(djqxbm)) { |
9 | return "selectFwfgSplitMerge"; | 9 | return "selectFwfgSplitMerge"; |
10 | } | 10 | } |
11 | if (djqxbm == "A37100S2") { | 11 | if (djqxbm == "A37100S2") { | ... | ... |
-
Please register or sign in to post a comment