68688718 by 杨威

宗地提交后的处理

1 parent a8c8a0ca
......@@ -839,12 +839,7 @@
if (res.code === 200) {
this.$message.success("提交成功!")
this.getZdjbxxData(this.curZdbsm);
getRightTree(this.curZdbsm,'0,1,2').then((res) => {
if (res.success) {
// console.log('successsuccesssuccesssuccess');
this.$store.state.treeData = res.result;
}
});
this.getRightTree(this.curZdbsm,'0,1,2')
}
})
},
......