Commit fedc390f authored by houjn@hikoon.cn's avatar houjn@hikoon.cn

跟单客服查询失败

parent 407afccd
...@@ -388,7 +388,7 @@ export default { ...@@ -388,7 +388,7 @@ export default {
if(!this.form.postIds) return false if(!this.form.postIds) return false
let has = false let has = false
this.postOptions.forEach(item => { this.postOptions.forEach(item => {
if(this.form.postIds.indexOf(item.id) > -1 && item.code == 'customer service'){ if(this.form.postIds.indexOf(item.id) > -1 && item.code == 'documentary customer service'){
has = true has = true
} }
}) })
......
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