Commit f261272a by 蒋勇

d

parent c62ee2f3
...@@ -194,6 +194,9 @@ ...@@ -194,6 +194,9 @@
}, },
onsel(node,data){ onsel(node,data){
this.$refs.userGrid.linkInInitQuery("opath",data.orgpath); this.$refs.userGrid.linkInInitQuery("opath",data.orgpath);
this.$refs.userGrid.linkInInitQuery("owner_id",this.selComid);
this.currentPath=data.orgpath; this.currentPath=data.orgpath;
this.$refs.orgtree.isEdit=false; this.$refs.orgtree.isEdit=false;
}, },
...@@ -283,6 +286,7 @@ ...@@ -283,6 +286,7 @@
this.orgidchageto=null; this.orgidchageto=null;
this.crow=null; this.crow=null;
this.$refs.userGrid.linkInInitQuery("opath",this.currentPath); this.$refs.userGrid.linkInInitQuery("opath",this.currentPath);
this.$refs.userGrid.linkInInitQuery("owner_id",this.selComid);
} }
} }
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment