户编辑做登记调用后更新楼盘表数据时不需要添加判断
Showing
1 changed file
with
2 additions
and
2 deletions
... | @@ -592,9 +592,9 @@ | ... | @@ -592,9 +592,9 @@ |
592 | registerCall(data).then(res=>{ | 592 | registerCall(data).then(res=>{ |
593 | if (res.success) { | 593 | if (res.success) { |
594 | this.$message.success("登记成功") | 594 | this.$message.success("登记成功") |
595 | if(this.lpbParent === 'isLpb'){ | 595 | // if(this.lpbParent === 'isLpb'){ |
596 | this.$parent.$parent.loadingData(this.form.zrzbsm,this.form.scyclx); | 596 | this.$parent.$parent.loadingData(this.form.zrzbsm,this.form.scyclx); |
597 | } | 597 | // } |
598 | this.getTreeByBsm(this.$store.state.zdbsm,'h','0,1,2') | 598 | this.getTreeByBsm(this.$store.state.zdbsm,'h','0,1,2') |
599 | } | 599 | } |
600 | }) | 600 | }) | ... | ... |
-
Please register or sign in to post a comment