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