Parcourir la source

提交修改

yun
douzhuo il y a 2 ans
Parent
révision
1a19ee2cbf
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      pages/mine/reception/addreception.vue

+ 1
- 1
pages/mine/reception/addreception.vue Voir le fichier

@@ -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


Chargement…
Annuler
Enregistrer