修改建设用地使用权
Showing
1 changed file
with
1 additions
and
2 deletions
| ... | @@ -109,7 +109,6 @@ export default { | ... | @@ -109,7 +109,6 @@ export default { |
| 109 | djqxbm: this.sqywInfo.nodetype=="djqx"?this.sqywInfo.nodecode:"", | 109 | djqxbm: this.sqywInfo.nodetype=="djqx"?this.sqywInfo.nodecode:"", |
| 110 | djqxmc: this.sqywInfo.nodetype=="djqx"?this.sqywInfo.nodename:"", | 110 | djqxmc: this.sqywInfo.nodetype=="djqx"?this.sqywInfo.nodename:"", |
| 111 | }).then((res) => { | 111 | }).then((res) => { |
| 112 | }).then((res) => { | ||
| 113 | if (res.code == 200) { | 112 | if (res.code == 200) { |
| 114 | this.$message({ | 113 | this.$message({ |
| 115 | showClose: true, | 114 | showClose: true, |
| ... | @@ -117,7 +116,7 @@ export default { | ... | @@ -117,7 +116,7 @@ export default { |
| 117 | type: 'success' | 116 | type: 'success' |
| 118 | }) | 117 | }) |
| 119 | if (!this.isJump) { | 118 | if (!this.isJump) { |
| 120 | this.jump(res.result, this.djywbm) | 119 | this.jump(res.result, this.sqywInfo.djywbm) |
| 121 | } else { | 120 | } else { |
| 122 | this.$emit('updateDialog', true) | 121 | this.$emit('updateDialog', true) |
| 123 | } | 122 | } | ... | ... |
-
Please register or sign in to post a comment