Browse Source

fix: 提示调整

cuiyalong 5 months ago
parent
commit
e5ec533c87
1 changed files with 1 additions and 1 deletions
  1. 1 1
      entbase-pc/src/views/ent/components/powerPerson.vue

+ 1 - 1
entbase-pc/src/views/ent/components/powerPerson.vue

@@ -340,7 +340,7 @@ export default {
       this.deal_personList.forEach(v => {
         lengthId += v.users.length
       })
-      if (this.$parent.currentIndex !== 1 && this.pagetype !== 'manage' && this.$parent.part !== 'entpart') {
+      if (this.showBottomEmpowerTip && this.$parent.currentIndex !== 1 && this.pagetype !== 'manage' && this.$parent.part !== 'entpart') {
         if (lengthId > this.personList.quota) {
           this.$message({ message: '全选大于可添加的人数,请单个添加', type: 'warning' })
           return