宗地提交后的处理
Showing
1 changed file
with
1 additions
and
6 deletions
... | @@ -839,12 +839,7 @@ | ... | @@ -839,12 +839,7 @@ |
839 | if (res.code === 200) { | 839 | if (res.code === 200) { |
840 | this.$message.success("提交成功!") | 840 | this.$message.success("提交成功!") |
841 | this.getZdjbxxData(this.curZdbsm); | 841 | this.getZdjbxxData(this.curZdbsm); |
842 | getRightTree(this.curZdbsm,'0,1,2').then((res) => { | 842 | this.getRightTree(this.curZdbsm,'0,1,2') |
843 | if (res.success) { | ||
844 | // console.log('successsuccesssuccesssuccess'); | ||
845 | this.$store.state.treeData = res.result; | ||
846 | } | ||
847 | }); | ||
848 | } | 843 | } |
849 | }) | 844 | }) |
850 | }, | 845 | }, | ... | ... |
-
Please register or sign in to post a comment