权利人
Showing
1 changed file
with
4 additions
and
2 deletions
... | @@ -507,18 +507,19 @@ | ... | @@ -507,18 +507,19 @@ |
507 | console.log(this.formData) | 507 | console.log(this.formData) |
508 | updateQlrDlrFr(this.formData).then((res)=>{ | 508 | updateQlrDlrFr(this.formData).then((res)=>{ |
509 | if(res.code===200){ | 509 | if(res.code===200){ |
510 | this.dialogVisible = false; | ||
510 | this.$message.success("修改完成!"); | 511 | this.$message.success("修改完成!"); |
511 | this.getQlrInfo(this.bsm); | 512 | this.getQlrInfo(this.bsm); |
512 | this.update=false; | 513 | this.update=false; |
513 | this.dialogVisible = false; | 514 | |
514 | } | 515 | } |
515 | }) | 516 | }) |
516 | }else { | 517 | }else { |
517 | insertQlrDlrFr(this.formData).then((res)=>{ | 518 | insertQlrDlrFr(this.formData).then((res)=>{ |
518 | if(res.code===200){ | 519 | if(res.code===200){ |
520 | this.dialogVisible = false; | ||
519 | this.tableData.push(this.formData); | 521 | this.tableData.push(this.formData); |
520 | Object.assign(this.$data, this.$options.data()) | 522 | Object.assign(this.$data, this.$options.data()) |
521 | this.dialogVisible = false; | ||
522 | this.getQlrInfo(this.bsm); | 523 | this.getQlrInfo(this.bsm); |
523 | } | 524 | } |
524 | }) | 525 | }) |
... | @@ -550,6 +551,7 @@ | ... | @@ -550,6 +551,7 @@ |
550 | updateGyGyQlrQk(this.bsm,this.type,val).then((res)=>{ | 551 | updateGyGyQlrQk(this.bsm,this.type,val).then((res)=>{ |
551 | if(res.code === 200){ | 552 | if(res.code === 200){ |
552 | console.log("修改完成!") | 553 | console.log("修改完成!") |
554 | //todo 修改该建筑物的所有权利人的相关共有方式 | ||
553 | } | 555 | } |
554 | }) | 556 | }) |
555 | }, | 557 | }, | ... | ... |
-
Please register or sign in to post a comment