@@ -60,7 +60,7 @@ export const mutualMixin = {
return meetingList;
},
showSelectBox() {
- return this.activeName === 1 || this.activeName === 2 || this.activeName === 11 || this.activeName === 12;
+ return this.activeName === 1 || this.activeName === 2 || this.activeName === 11;
tableColumsList() {
let arr = this.activeTypeName === 2 ? this.tableColums.filter((_) => _.key != "PermissionName") : this.tableColums;