|
@@ -194,7 +194,7 @@ |
|
|
let obj = this.freeList.find(item => { |
|
|
let obj = this.freeList.find(item => { |
|
|
return item.agentId == this.userInfo.accountId |
|
|
return item.agentId == this.userInfo.accountId |
|
|
}) || null |
|
|
}) || null |
|
|
if (!obj && this.userInfo.userRoleType == 6) { |
|
|
|
|
|
|
|
|
if (!obj && this.userInfo.dataCode == 6) { |
|
|
this.isPass = true |
|
|
this.isPass = true |
|
|
} else { |
|
|
} else { |
|
|
this.isPass = false |
|
|
this.isPass = false |
|
|