ソースを参照

提交修改

yun
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


読み込み中…
キャンセル
保存