Commit bcb2662e authored by zhengke's avatar zhengke

Merge branch 'master' of http://gitlab.oytour.com/huaguohao/crm

parents 857caf72 81cf8a05
......@@ -161,8 +161,10 @@
this.$refs.tree.filter(val);
}
},
mounted() {
created() {
this.getMember()
},
mounted() {
if (this.obj.EmpList) {
this.showMember = this.obj.EmpList
this.showMember.forEach(item => {
......
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