b303a8ef by 杨威

户编辑做登记调用后更新楼盘表数据时不需要添加判断

1 parent f83d8123
...@@ -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 })
......