Commit 4e75417e authored by 18224442217's avatar 18224442217

no message

parent 0d01c0d1
...@@ -700,7 +700,11 @@ ...@@ -700,7 +700,11 @@
if (this.outerVisible) { if (this.outerVisible) {
this.layerDepartMentList = res.data.data; this.layerDepartMentList = res.data.data;
} else { } else {
this.departMentList = res.data.data; res.data.data.forEach(item=>{
if(item.DepartmentName.indexOf('引流')!=-1){
this.departMentList.push(item)
}
})
} }
} else {} } else {}
}, },
......
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