9d981e8d by 田浩浩

修改建设用地使用权

1 parent ff6711fb
......@@ -109,7 +109,6 @@ export default {
djqxbm: this.sqywInfo.nodetype=="djqx"?this.sqywInfo.nodecode:"",
djqxmc: this.sqywInfo.nodetype=="djqx"?this.sqywInfo.nodename:"",
}).then((res) => {
}).then((res) => {
if (res.code == 200) {
this.$message({
showClose: true,
......@@ -117,7 +116,7 @@ export default {
type: 'success'
})
if (!this.isJump) {
this.jump(res.result, this.djywbm)
this.jump(res.result, this.sqywInfo.djywbm)
} else {
this.$emit('updateDialog', true)
}
......