douzhuo пре 2 година
родитељ
комит
1a19ee2cbf
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      pages/mine/reception/addreception.vue

+ 1
- 1
pages/mine/reception/addreception.vue Прегледај датотеку

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


Loading…
Откажи
Сачувај