소스 검색

提交修改

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


불러오는 중...
취소
저장