Commit cc81afa5 authored by youjie's avatar youjie

no message

parent b343b621
......@@ -1759,6 +1759,18 @@ export default {
}, err => {})
},
admin_get_DepartmentGetList(Bid, T){
if(this.msg.RB_Branch_Id==1220){
this.is_HandFee = false
this.isHandFee = false
}else{
if(this.$route.query.id==245
||this.$route.query.id==246
||this.$route.query.id==247
||this.$route.query.id==248){
this.is_HandFee = true
this.isHandFee = true
}
}
if(Bid>=0){
let isShow = true
this.companyList.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